Creates a new Unix-to-Unix decoder.
If true, decoding begins immediately rather than after finding a begin line.
The encoding that this decoder supports.
Creates a new UU 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.
Decodes 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.
Resets the state of the decoder.
Incrementally decodes content encoded with Unix-to-Unix encoding.
UUEncoding predates MIME and was used to encode binary content so data remained intact over 7-bit transports such as SMTP. It is largely deprecated in favor of base64, though some older mail clients still use it.