Package org.apache.batik.util.io
Class ISO_8859_1Decoder
java.lang.Object
org.apache.batik.util.io.AbstractCharDecoder
org.apache.batik.util.io.ISO_8859_1Decoder
- All Implemented Interfaces:
CharDecoder
This class represents an object which decodes ISO-8859-1 characters from
a stream of bytes.
- Version:
- $Id: ISO_8859_1Decoder.java 1733416 2016-03-03 07:07:13Z gadams $
-
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 -
Method Summary
Methods inherited from class org.apache.batik.util.io.AbstractCharDecoder
charError, dispose, endOfStreamError, fillBuffer
-
Constructor Details
-
ISO_8859_1Decoder
Creates a new ISO_8859_1Decoder.
-
-
Method Details
-
readChar
Reads the next character.- Returns:
- a character or END_OF_STREAM.
- Throws:
IOException
-