DecompressByLine

Decompress BlockInputRange linewise.

Constructors

this
this(const(char)[] range, E separator, size_t initialCapacity)

If range is of type isBlockInputRange decoding compressed files will be much faster.

Members

Functions

front
const(E)[] front()
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

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

Meta