|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.util.IoUtil
public class IoUtil
| Field Summary | |
|---|---|
static int |
BUFFERSIZE
|
| Method Summary | |
|---|---|
static void |
close(java.io.Closeable closeable)
|
static byte[] |
readBytes(java.io.InputStream in)
|
static long |
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 |
|---|
public static final int BUFFERSIZE
| Method Detail |
|---|
public static byte[] readBytes(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic static void close(java.io.Closeable closeable)
public static long transfer(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||