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
IOException
public static byte[] getByteArrayData(InputStream stream) throws IOException
IOException
Copyright © 2012. All Rights Reserved.