Class LzwOutputStream

java.lang.Object
java.io.OutputStream
com.webcodepro.shrinkit.io.LzwOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class LzwOutputStream extends OutputStream
This is the generic Shrinkit LZW compression algorithm. It does not deal with the vagaries of the LZW/1 and LZW/2 data streams.