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.

Inherited Members

From IOException

error_num
int error_num;

Error code

func_name
istring func_name;

Last failed function name.

errorNumber
int errorNumber()
failedFunctionName
istring failedFunctionName()

Meta