public class LZWCompressionTable
extends java.lang.Object
| Constructor and Description |
|---|
LZWCompressionTable() |
| Modifier and Type | Method and Description |
|---|---|
int |
addCharString(short prefix,
byte b) |
void |
clearTable(int codesize) |
short |
findCharString(short prefix,
byte b) |