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.

class BzipClosedException : IOException {}

Constructors

this
this()
Undocumented in source.

Meta