|
Milyn-Commons Version 0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.io.StreamUtils
Stream Utilities.
Constructor Summary | |
StreamUtils()
|
Method Summary | |
static byte[] |
readStream(java.io.InputStream stream)
Read the supplied InputStream and return as 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[] readStream(java.io.InputStream stream) throws java.io.IOException
stream
- The stream to read.
java.io.IOException
- Exception reading from the stream.
|
Milyn-Commons Version 0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |