|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.io.gif.stills.LZWCompressor
public class LZWCompressor
Constructor Summary | |
---|---|
LZWCompressor()
|
Method Summary | |
---|---|
static void |
compress(java.io.OutputStream os,
int codesize,
byte[] toCompress)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LZWCompressor()
Method Detail |
---|
public static void compress(java.io.OutputStream os, int codesize, byte[] toCompress) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |