Creates a new yEnc encoder.
The line length to use.
Creates a new yEnc 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.
Encodes the specified input into the output buffer.
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.
Encodes the specified input 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.
Incrementally encodes content using yEnc.
yEnc is most commonly used with Usenet and is a binary encoding that includes a 32-bit cyclic redundancy check. For more information, see www.yenc.org.