ZlibStillOpenException

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.

class ZlibStillOpenException : IOException {}

Constructors

this
this()
Undocumented in source.

Inherited Members

From IOException

error_num
int error_num;

Error code

func_name
string func_name;

Last failed function name.

errorNumber
int errorNumber()
failedFunctionName
string failedFunctionName()

Meta