DecompressByLine

Decompress BlockInputRange linewise.

Constructors

this
this(FilePath path, E separator, size_t initialCapacity)

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

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Meta