ZlibFileInputRange

Undocumented in source.

Constructors

this
this(FilePath path)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

bufferFrontChunk
inout(ubyte)[] bufferFrontChunk()

Get current bufferFrontChunk. TODO: need better name for this

empty
bool empty()
Undocumented in source.
loadNextChunk
void loadNextChunk()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

front
ubyte front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

chunkSize
auto chunkSize;
Undocumented in source.
defaultExtension
auto defaultExtension;
Undocumented in source.

Meta