All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.LZWCompressor

java.lang.Object
   |
   +----VS.LZWCompressor

class LZWCompressor
extends java.lang.Object

Constructor Index

 o LZWCompressor()

Method Index

 o LZWCompress(OutputStream, int, byte[])

Constructors

 o LZWCompressor
 LZWCompressor()

Methods

 o LZWCompress
 public static void LZWCompress(java.io.OutputStream output,
                                int codesize,
                                byte toCompress[]) throws java.io.IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index