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.
Version:
$Id: ASCIIDecoder.java 1733416 2016-03-03 07:07:13Z gadams $
  • Constructor Details

    • ASCIIDecoder

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

    • readChar

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