public interface CharDecoder
Modifier and Type | Field and Description |
---|---|
static int |
END_OF_STREAM
This constant represents the end of stream character.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the associated resources.
|
int |
readChar()
Reads the next character.
|
static final int END_OF_STREAM
int readChar() throws IOException
IOException
void dispose() throws IOException
IOException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.