ZlibDecoder

Undocumented in source.

Constructors

this
this(ubyte[] buf)
Undocumented in source.

Members

Functions

decode
bool decode(ubyte[] input)
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
reallocateBuffer
void reallocateBuffer(size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ubyte[] buffer;
Undocumented in source.
hasEnded
bool hasEnded;
Undocumented in source.
isInitialized
bool isInitialized;
Undocumented in source.
msg
int msg;
Undocumented in source.
zlibStream
z_stream zlibStream;
Undocumented in source.

Meta