|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceforge.jemm.util.IOUtil
public final class IOUtil
Generic Stream Utilities
Method Summary | |
---|---|
static byte[] |
readFully(java.io.InputStream is)
Reads a Stream from beginning to end using a 4K buffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] readFully(java.io.InputStream is) throws java.io.IOException
is
- The stream that is tread
java.io.IOException
- Thrown if the underlying stream fails to read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |