Package org.at4j.comp.lzma

LZMA input and output streams.

See:
          Description

Class Summary
LzmaInputStream This class provides an InputStream for decoding data using the Lempel-Ziv-Markov chain algorithm.
LzmaInputStreamSettings This object contains configuration that decides how a LzmaInputStream behaves.
LzmaOutputStream This class provides an OutputStream for encoding data using the Lempel-Ziv-Markov chain algorithm.
LzmaOutputStreamSettings This configuration object contains settings for the LzmaOutputStream.
LzmaReadableFile This is a ReadableFile that transparently decompresses the contents of a wrapped file using LZMA compression.
LzmaWritableFile This is a WritableFile that transparently compresses the data written to a file using LZMA compression.
 

Enum Summary
MatchFinderAlgorithm This is an enumeration over the different match finder algorithms that are known by the LZMA encoder.
 

Package org.at4j.comp.lzma Description

LZMA input and output streams.

Since:
1.0
Author:
Karl Gustafsson