view
Class LZWCompressor

java.lang.Object
  extended by view.LZWCompressor

 class LZWCompressor
extends Object


Constructor Summary
LZWCompressor()
           
 
Method Summary
static void LZWCompress(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(OutputStream output,
                               int codesize,
                               byte[] toCompress)
                        throws IOException
Parameters:
output -
codesize -
toCompress -
Throws:
IOException