Creates a new pass-through encoder.
The encoding to expose from this encoder.
Creates a new pass-through encoder with exactly the same state as this encoder.
A new encoder with identical state.
Estimates the number of bytes needed to encode 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.
Copies the input buffer into the output buffer and flushes internal state.
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 encoder.
A pass-through encoder.
Simply copies data as-is from the input buffer into the output buffer.