ByChunkImpl

same as std.stdio.File.byChunk but returns const(ubyte)[]

Constructors

this
this(File file, size_t size)
Undocumented in source.
this
this(File file, ubyte[] buffer)
Undocumented in source.

Members

Functions

popFront
void popFront()

Ditto

Properties

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

Ditto

Meta