ZlibOutputStream

Generic zlib output stream.

Constructors

this
this(InterfaceProxy!OutputStream dst, HeaderFormat type, int level, bool dummy)

private

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

write
alias write = OutputStream.write
Undocumented in source.

Enums

HeaderFormat
enum HeaderFormat
Undocumented in source.

Functions

finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(ubyte[] data, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta