Package com.bigzip.plugin.compression.io

Class Summary
AbstractStream Instances of this class support both reading and writing to a random access file.
ArchiveStream  
CheckedStream An access stream that also maintains a checksum of the data being written or read.
CompressionStream This class implements the archive IO stream for compressing data in the "deflate" compression format and decomressing data using the "inflate" decompression scheme.
IOStream This class is used for writing to and reading from data files.
NullCompression  
NullDecompression