org.apache.batik.util.io

Class ASCIIDecoder

public class ASCIIDecoder extends AbstractCharDecoder

This class represents an object which decodes ASCII characters from a stream of bytes.
Constructor Summary
ASCIIDecoder(InputStream is)
Creates a new ASCIIDecoder.
Method Summary
intreadChar()
Reads the next character.

Constructor Detail

ASCIIDecoder

public ASCIIDecoder(InputStream is)
Creates a new ASCIIDecoder.

Method Detail

readChar

public int readChar()
Reads the next character.

Returns: a character or END_OF_STREAM.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.