Decompressor

Processor for gzipped/compressed content. Also support InputRange interface.

Constructors

this
this()
Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
get
E[] get()
Undocumented in source. Be warned that the author may not have intended to support it.
putNoCopy
void putNoCopy(E[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto ref front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
auto popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFrontN
size_t popFrontN [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta