public class ASCIIDecoder extends AbstractCharDecoder
buffer, BUFFER_SIZE, count, inputStream, position
END_OF_STREAM
Constructor and Description |
---|
ASCIIDecoder(InputStream is)
Creates a new ASCIIDecoder.
|
Modifier and Type | Method and Description |
---|---|
int |
readChar()
Reads the next character.
|
charError, dispose, endOfStreamError, fillBuffer
public ASCIIDecoder(InputStream is)
public int readChar() throws IOException
IOException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.