j2d.io.gif.stills
Class LZWCompressor

java.lang.Object
  extended by j2d.io.gif.stills.LZWCompressor

public class LZWCompressor
extends java.lang.Object


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

LZWCompressor

public LZWCompressor()
Method Detail

compress

public static void compress(java.io.OutputStream os,
                            int codesize,
                            byte[] toCompress)
                     throws java.io.IOException
Throws:
java.io.IOException