Interface CharInputStream

public interface interface CharInputStream
Interface that describes all InputStreams that can read characters (as opposed to just bytes).

See Also:
UTF8InputStream

Method Index

 o readChar()
Read and return a character, or -1 at end of file

Methods

 o 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