Package com.drew.lang
Class StreamUtil
- java.lang.Object
-
- com.drew.lang.StreamUtil
-
public final class StreamUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
readAllBytes(InputStream stream)
-
-
-
Method Detail
-
readAllBytes
public static byte[] readAllBytes(InputStream stream) throws IOException
- Throws:
IOException
-
-