DecompressByLine

Decompress BlockInputRange linewise.

@safe
class DecompressByLine (
BlockInputRange
) {}

Constructors

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

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

Meta