Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.util
Class IoUtil  view IoUtil download IoUtil.java

java.lang.Object
  extended byorg.jbpm.util.IoUtil

public class IoUtil
extends java.lang.Object


Field Summary
static int BUFFER_SIZE
           
 
Constructor Summary
IoUtil()
           
 
Method Summary
static byte[] read(java.io.InputStream inputStream)
           
static byte[] read(java.io.InputStream inputStream, int bufferSize)
           
static char[] read(java.io.Reader reader)
           
static char[] read(java.io.Reader reader, int bufferSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFFER_SIZE

public static final int BUFFER_SIZE
See Also:
Constant Field Values
Constructor Detail

IoUtil

public IoUtil()
Method Detail

read

public static byte[] read(java.io.InputStream inputStream)

read

public static byte[] read(java.io.InputStream inputStream,
                          int bufferSize)

read

public static char[] read(java.io.Reader reader)

read

public static char[] read(java.io.Reader reader,
                          int bufferSize)