AbstractGets or sets whether byte input encoding is detected from the byte order mark or determined by inputEncoding.
Gets or sets text prepended to the beginning of the output.
The header must be set before conversion begins.
Gets or sets text appended to the end of the output.
The footer must be set before conversion begins.
AbstractinputThe input format.
AbstractoutputThe output format.
ProtecteddecodeConverts source text from the input format to the output format and writes the result.
The source text, bytes, or stream.
The text writer.
Converts text from the input format to the output format.
The text, bytes, or stream to convert.
The converted text.
AbstractconvertConverts text from the input format to the output format and writes the result.
The text to convert.
The text writer.
An abstract class for converting text from one format to another.