BZip2InputStream
and
BZip2OutputStream
stream implementations for
decompressing and compressing data.See: Description
Interface | Description |
---|---|
BZip2EncoderExecutorService |
This interface identifies an executor service that is used to spread the
encoding of bzip2 blocks over several threads.
|
Class | Description |
---|---|
BZip2InputStream |
This is an
InputStream for reading bzip2 encoded data. |
BZip2InputStreamSettings |
This object contains settings for the
BZip2InputStream . |
BZip2OutputStream |
This is an
OutputStream for bzip2 compressing data. |
BZip2OutputStreamSettings |
This object contains settings for the
BZip2OutputStream . |
BZip2ReadableFile |
This is a
ReadableFile that transparently decompresses the contents
of a wrapped file using bzip2. |
BZip2ReadableFileSettings |
Settings used when creating a
BZip2ReadableFile object. |
BZip2WritableFile |
This is a
WritableFile that transparently compresses the data written
to a file using bzip2 compression. |
BZip2WritableFileSettings |
This object contains settings used when creating a
BZip2WritableFile . |
BZip2InputStream
and
BZip2OutputStream
stream implementations for
decompressing and compressing data. The
BZip2ReadableFile
and
BZip2WritableFile
can be used to transparently
decompress and compress data in files.