ZlibStyleStream

Wrapper for Zlib/Bzlib/LZMA stream types

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

stream_t
alias stream_t = Stream
Undocumented in source.

Functions

alloc
CompressionAllocInfo alloc()
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.
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.
streamp
stream_t* streamp()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From CompressionStream

nextIn
void nextIn(ubyte* b, size_t len)
Undocumented in source.
nextOut
void nextOut(ubyte* b, size_t len)
Undocumented in source.
availIn
size_t availIn()
Undocumented in source.
availOut
size_t availOut()
Undocumented in source.
runFlag
uint runFlag()
Undocumented in source.
flushFlag
uint flushFlag()
Undocumented in source.
finishFlag
uint finishFlag()
Undocumented in source.
run
bool run(uint flags)
Undocumented in source.

Meta