DeflateOutputStream

Writes any data compressed in deflate format to the specified output stream.

deprecated final
class DeflateOutputStream : ZlibOutputStream {}

Constructors

this
this(OutputStream dst)
Undocumented in source.

Inherited Members

From ZlibOutputStream

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

Meta