org.jbpm.util
Class IoUtil

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

public class IoUtil
extends java.lang.Object


Field Summary
static java.lang.String lineSeparator
           
 
Method Summary
static byte[] readBytes(java.io.InputStream in)
           
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
 

Field Detail

lineSeparator

public static final java.lang.String lineSeparator
Method Detail

readBytes

public static byte[] readBytes(java.io.InputStream in)
                        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 © 2010 JBoss Community. All Rights Reserved.