public class FileUtil
extends java.lang.Object
Constructor | Description |
---|---|
FileUtil() |
Modifier and Type | Method | Description |
---|---|---|
static byte[] |
readBytes(java.io.InputStream in) |
Read all bytes from the input stream.
|
public static byte[] readBytes(java.io.InputStream in) throws java.io.IOException
java.io.IOException