|
|||||||||
| Home >> All >> org >> jbpm >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.util
Class IoUtil

java.lang.Objectorg.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)
|
|||||||||
| Home >> All >> org >> jbpm >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.jbpm.util.IoUtil