AbstractCharDecoder, ASCIIDecoder, GenericDecoder, ISO_8859_1Decoder, StringDecoder, UTF16Decoder, UTF8Decoderpublic interface CharDecoder
| Modifier and Type | Field | Description |
|---|---|---|
static int |
END_OF_STREAM |
This constant represents the end of stream character.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispose() |
Disposes the associated resources.
|
int |
readChar() |
Reads the next character.
|
static final int END_OF_STREAM
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.