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.

Manifest constants

chunkSize
enum chunkSize;
Undocumented in source.
defaultExtension
enum defaultExtension;
Undocumented in source.

Properties

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

Meta