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
IOExceptionpublic static final ByteArrayOutputStream decode(InputStream i) throws IOException
IOExceptionpublic static final int decode(InputStream i, byte[] dst, int offset, int n) throws IOException
IOExceptionpublic static final int decode(InputStream i, OutputStream o, int n) throws IOException
IOException