|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object portaview.util.StreamUtils
Utility to read in streams.
Constructor Summary | |
StreamUtils()
|
Method Summary | |
static byte[] |
getBytesFromStream(java.io.InputStream in)
Reads 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 StreamUtils()
Method Detail |
public static byte[] getBytesFromStream(java.io.InputStream in) throws java.lang.Exception
in
- The input stream
java.lang.Exception
- if there is anything wrong during the read.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |