JBoss Wise API

org.jboss.wise.core.utils
Class IOUtils

java.lang.Object
  extended by org.jboss.wise.core.utils.IOUtils

public final class IOUtils
extends java.lang.Object

IO utilites

Author:
stefano.maestri@javalinux.it class imported from JBossWS. Kept methods useful for Wise

Method Summary
 void copyStreamAndClose(java.io.OutputStream outs, java.io.InputStream ins)
          True if the given type name is the source notation of a primitive or array of which.
static IOUtils newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static IOUtils newInstance()

copyStreamAndClose

public void copyStreamAndClose(java.io.OutputStream outs,
                               java.io.InputStream ins)
                        throws WiseRuntimeException
True if the given type name is the source notation of a primitive or array of which.

Parameters:
outs -
ins -
Throws:
WiseRuntimeException

JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.