Package 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.
-
-
Field Summary
-
Fields inherited from class org.apache.batik.util.io.AbstractCharDecoder
buffer, BUFFER_SIZE, count, inputStream, position
-
Fields inherited from interface org.apache.batik.util.io.CharDecoder
END_OF_STREAM
-
-
Constructor Summary
Constructors Constructor Description ASCIIDecoder(java.io.InputStream is)
Creates a new ASCIIDecoder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
readChar()
Reads the next character.-
Methods inherited from class org.apache.batik.util.io.AbstractCharDecoder
charError, dispose, endOfStreamError, fillBuffer
-
-