Interface | Description |
---|---|
CharDecoder |
This interface represents an object which decodes characters from a
stream of bytes.
|
StreamNormalizingReader.CharDecoderFactory |
Represents a CharDecoder factory.
|
Class | Description |
---|---|
AbstractCharDecoder |
This class is the superclass of all the char decoders.
|
ASCIIDecoder |
This class represents an object which decodes ASCII characters from
a stream of bytes.
|
GenericDecoder |
This class delegates to a reader the decoding of an input stream.
|
ISO_8859_1Decoder |
This class represents an object which decodes ISO-8859-1 characters from
a stream of bytes.
|
Messages |
This class manages the message for the IO utilities classes.
|
NormalizingReader |
This class represents a reader which normalizes the line break: \n,
\r, \r\n are replaced by \n.
|
StreamNormalizingReader |
This class represents a NormalizingReader which handles streams of
bytes.
|
StreamNormalizingReader.ASCIIDecoderFactory |
To create an ASCIIDecoder.
|
StreamNormalizingReader.ISO_8859_1DecoderFactory |
To create an ISO_8859_1Decoder.
|
StreamNormalizingReader.UTF16DecoderFactory |
To create a UTF16Decoder.
|
StreamNormalizingReader.UTF8DecoderFactory |
To create a UTF8Decoder.
|
StringDecoder |
This class reads a string.
|
StringNormalizingReader |
This class represents a NormalizingReader which handles Strings.
|
UTF16Decoder |
This class represents an object which decodes UTF-16 characters from
a stream of bytes.
|
UTF8Decoder |
This class represents an object which decodes UTF-8 characters from
a stream of bytes.
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.