tango.io.stream.Bzip

Members

Classes

BzipClosedException
class BzipClosedException

This exception is thrown if you attempt to perform a read, write or flush operation on a closed bzip2 filter stream. This can occur if the input stream has finished, or an output stream was flushed.

BzipException
class BzipException

This exception is thrown when an error occurs in the underlying bzip2 library.

BzipInput
class BzipInput

This input filter can be used to perform decompression of bzip2 streams.

BzipOutput
class BzipOutput

This output filter can be used to perform compression of data into a bzip2 stream.

BzipStillOpenException
class BzipStillOpenException

This exception is thrown if you attempt to reset a compression stream that is still open. You must either close or commit a stream before it can be reset.

Meta

License

BSD style: $(LICENSE)

Version

Initial release: July 2007

Authors

Daniel Keep