DeflateCompressionStream

Undocumented in source.
package package
static if(BOTAN_HAS_ZLIB)
class DeflateCompressionStream : ZlibCompressionStream {}

Constructors

this
this(size_t level, int wbits)
Undocumented in source.

Inherited Members

From ZlibCompressionStream

~this
~this()
Undocumented in source.
run
bool run(uint flags)
Undocumented in source. Be warned that the author may not have intended to support it.
nextIn
void nextIn(ubyte* b, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
nextOut
void nextOut(ubyte* b, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
availIn
size_t availIn()
Undocumented in source. Be warned that the author may not have intended to support it.
availOut
size_t availOut()
Undocumented in source. Be warned that the author may not have intended to support it.
runFlag
uint runFlag()
Undocumented in source. Be warned that the author may not have intended to support it.
flushFlag
uint flushFlag()
Undocumented in source. Be warned that the author may not have intended to support it.
finishFlag
uint finishFlag()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta