Package com.webcodepro.shrinkit.io
package com.webcodepro.shrinkit.io
-
ClassDescriptionThis interface allows bit-related constants to be shared among classes.The BitInputStream allows varying bit sizes to be pulled out of the wrapped InputStream.The BitOutputStream allows varying bit sizes to be written to the wrapped OutputStream.Provides constants for the LittleEndianByteInputStream and ByteTarget classes.A simple class to hide the source of byte data.An OutputStream with helper methods to write little endian numbers and other Apple-specific tidbits.This is the generic Shrinkit LZW decompression algorithm.This is the generic Shrinkit LZW compression algorithm.The
NufxLzw1InputStream
reads a data fork or resource fork written in the NuFX LZW/1 format.TheNufxLzw2InputStream
reads a data fork or resource fork written in the NuFX LZW/2 format.The RleInputStream handles the NuFX RLE data stream.The RleOutputStream handles the NuFX RLE data stream.