All Packages Class Hierarchy This Package Previous Next Index
Interface w3c.xmlOnline.parser.CharInputStream
- public interface interface CharInputStream
Interface that describes all InputStreams that can
read characters (as opposed to just bytes).
This should probably be updated to use the Reader
classes from JDK 1.1...
- Version:
- $Id: w3c.xmlOnline.parser.CharInputStream.html,v 1.7 1997/06/09 22:24:11 bbos Exp $
- Author:
- Bert Bos
- See Also:
- UTF8InputStream
-
readChar()
- Read and return a character, or -1 at end of file
readChar
public abstract int readChar() throws UTFDataFormatException, IOException
- Read and return a character, or -1 at end of file
- Returns:
- Unicode code, or -1 if at eof
All Packages Class Hierarchy This Package Previous Next Index