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.

Meta