public class UnPackBits extends Object
Constructor and Description |
---|
UnPackBits() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(byte[] src) |
static ByteArrayOutputStream |
decode(InputStream i) |
static int |
decode(InputStream i,
byte[] dst,
int offset,
int n) |
static int |
decode(InputStream i,
OutputStream o,
int n) |
public static final byte[] decode(byte[] src) throws IOException
IOException
public static final ByteArrayOutputStream decode(InputStream i) throws IOException
IOException
public static final int decode(InputStream i, byte[] dst, int offset, int n) throws IOException
IOException
public static final int decode(InputStream i, OutputStream o, int n) throws IOException
IOException