ZlibClosedException

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

class ZlibClosedException : IOException {}

Constructors

this
this()
Undocumented in source.

Meta