org.apache.batik.util.io

Class ISO_8859_1Decoder

public class ISO_8859_1Decoder extends AbstractCharDecoder

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

Constructor Detail

ISO_8859_1Decoder

public ISO_8859_1Decoder(InputStream is)
Creates a new ISO_8859_1Decoder.

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.