- 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. |
END_OF_STREAM
public static final int END_OF_STREAM
- This constant represents the end of stream character.
- See Also:
- Constant Field Values
readChar
public int readChar()
throws java.io.IOException
- Reads the next character.
dispose
public void dispose()
throws java.io.IOException
- Disposes the associated resources.