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

public class ISO_8859_1Decoder extends AbstractCharDecoder
This class represents an object which decodes ISO-8859-1 characters from a stream of bytes.
  • Constructor Details

    • ISO_8859_1Decoder

      public ISO_8859_1Decoder(InputStream is)
      Creates a new ISO_8859_1Decoder.
  • Method Details

    • readChar

      public int readChar() throws IOException
      Reads the next character.
      Returns:
      a character or END_OF_STREAM.
      Throws:
      IOException