org.jbpm.util
Class IoUtil

java.lang.Object
  extended by org.jbpm.util.IoUtil

public class IoUtil
extends java.lang.Object


Method Summary
static byte[] readBytes(java.io.InputStream inputStream)
           
static int transfer(java.io.InputStream in, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readBytes

public static byte[] readBytes(java.io.InputStream inputStream)
                        throws java.io.IOException
Throws:
java.io.IOException

transfer

public static int transfer(java.io.InputStream in,
                           java.io.OutputStream out)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.