public class RBCodecLZW extends RBCodec
| Constructor and Description |
|---|
RBCodecLZW(byte[] bytes,
int offset,
int length,
int early1)
Creates a new LZW decoder for given bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] bytes,
int offset,
int length,
int early)
Returns a decoded byte array for given LZW encoded byte array.
|
bytesForASCII85, bytesForASCIIHex, bytesForASCIIHex