| Changed Methods |
byte[]
composeString(
byte[],
byte
)
|
Documentation changed from old to new. |
Append newString to the end of oldString. |
byte[]
decode(
byte[],
byte[]
,
int
)
|
Documentation changed from old to new. |
Method to decode LZW compressed data. |
void
writeString(
byte[])
|
Documentation changed from old to new. |
Write out the string just uncompressed. |
void
addStringToTable(
byte[])
|
Documentation changed from old to new. |
Add a new string to the string table. |
void
addStringToTable(
byte[],
byte
)
|
Documentation changed from old to new. |
Add a new string to the string table. |