Isolates the input data such that decoder can read only blockLen bytes of data. The rest is hidden and used only successors.
decoder
blockLen
It fails when the input data don't have enough bytes.
A number of block bytes to read.
The isolated decoder.
Generated using TypeDoc
Isolates the input data such that
decoder
can read onlyblockLen
bytes of data. The rest is hidden and used only successors.It fails when the input data don't have enough bytes.