Creates a new pass-through decoder.
The encoding to expose from this decoder.
Creates a new pass-through decoder with exactly the same state as this decoder.
A new decoder with identical state.
Estimates the number of bytes needed to decode the specified number of input bytes.
The input length.
The estimated output length.
Copies the input buffer into the output buffer, verbatim.
The input buffer.
The starting index of the input buffer.
The length of the input range.
The output buffer.
The number of bytes written to the output buffer.
Resets the state of the decoder.
A pass-through decoder.
Simply copies data as-is from the input buffer into the output buffer.