Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.util.io
Interface CharDecoder  view CharDecoder download CharDecoder.java

All Known Implementing Classes:
AbstractCharDecoder, GenericDecoder, StringDecoder

public interface CharDecoder

This interface represents an object which decodes characters from a stream of bytes.

Version:
$Id: CharDecoder.java,v 1.3 2004/08/18 07:15:58 vhardy Exp $

Field Summary
static int END_OF_STREAM
          This constant represents the end of stream character.
 
Method Summary
 void dispose()
          Disposes the associated resources.
 int readChar()
          Reads the next character.
 

Field Detail

END_OF_STREAM

public static final int END_OF_STREAM
This constant represents the end of stream character.

See Also:
Constant Field Values
Method Detail

readChar

public int readChar()
             throws java.io.IOException
Reads the next character.


dispose

public void dispose()
             throws java.io.IOException
Disposes the associated resources.