|
|||||||||
Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
external
Class LZWCompressor

java.lang.Objectexternal.LZWCompressor
- class LZWCompressor
- extends java.lang.Object
Constructor Summary | |
(package private) |
LZWCompressor()
|
Method Summary | |
static void |
LZWCompress(java.io.OutputStream output,
int codesize,
byte[] toCompress)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
LZWCompressor
LZWCompressor()
Method Detail |
LZWCompress
public static void LZWCompress(java.io.OutputStream output, int codesize, byte[] toCompress) throws java.io.IOException
|
|||||||||
Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |