|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.qfs.lib.util.StreamInput
Helper to read all bytes from a stream into a byte array.
Constructor Summary | |
StreamInput()
|
Method Summary | |
static byte[] |
read(java.io.InputStream in)
Read all bytes from a stream into a byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StreamInput()
Method Detail |
public static byte[] read(java.io.InputStream in) throws java.io.IOException
in
- The input stream.
java.io.IOException
- If an I/O error occurs.
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |