org.apache.batik.util.io
Class ASCIIDecoder
java.lang.Object
org.apache.batik.util.io.AbstractCharDecoder
org.apache.batik.util.io.ASCIIDecoder
- All Implemented Interfaces:
- CharDecoder
public class ASCIIDecoder
- extends AbstractCharDecoder
This class represents an object which decodes ASCII characters from
a stream of bytes.
Method Summary |
int |
readChar()
Reads the next character. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASCIIDecoder
public ASCIIDecoder(InputStream is)
- Creates a new ASCIIDecoder.
readChar
public int readChar()
throws IOException
- Reads the next character.
- Returns:
- a character or END_OF_STREAM.
- Throws:
IOException
Copyright © 2008 Apache Software Foundation. All Rights Reserved.