org.jbpm.util
Class IoUtil

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

public class IoUtil
extends Object


Field Summary
static String lineSeparator
           
 
Method Summary
static byte[] readBytes(InputStream in)
           
static int transfer(InputStream in, 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 String lineSeparator
Method Detail

readBytes

public static byte[] readBytes(InputStream in)
                        throws IOException
Throws:
IOException

transfer

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


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