public class ByteUtil extends Object
| Constructor and Description |
|---|
ByteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getByteArrayData(InputStream stream) |
static byte[] |
getDecompressedData(byte[] compressedData) |
static byte[] |
readByteArray(InputStream in,
int length) |
public static byte[] readByteArray(InputStream in, int length) throws IOException
IOExceptionpublic static byte[] getByteArrayData(InputStream stream) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.