<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Mon Jun 09 23:45:36 GMT+03:30 1997 -->
<title>
  Interface w3c.xmlOnline.parser.CharInputStream
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-w3c.xmlOnline.parser.html">This Package</a>  <a href="Package-w3c.xmlOnline.parser.html">Previous</a>  <a href="w3c.xmlOnline.parser.ParserDef.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Interface w3c.xmlOnline.parser.CharInputStream
</h1>
<dl>
  <dt> public interface interface <b>CharInputStream</b>
</dl>
Interface that describes all InputStreams that can
 read characters (as opposed to just bytes).
 <p><em>This should probably be updated to use the Reader
 classes from JDK 1.1...</em>
<p>
<dl>
  <dt> <b>Version:</b>
  <dd> $Id: w3c.xmlOnline.parser.CharInputStream.html,v 1.7 1997/06/09 22:24:11 bbos Exp $
  <dt> <b>Author:</b>
  <dd> Bert Bos
    <dt> <b>See Also:</b>
    <dd> <a href="w3c.xmlOnline.parser.UTF8InputStream.html#_top_">UTF8InputStream</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#readChar()"><b>readChar</b></a>()
  <dd>  Read and return a character, or -1 at end of file
 
</dl>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="readChar()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="readChar"><b>readChar</b></a>
<pre>
 public abstract int readChar() throws UTFDataFormatException, IOException
</pre>
<dl>
  <dd> Read and return a character, or -1 at end of file
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> Unicode code, or -1 if at eof
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-w3c.xmlOnline.parser.html">This Package</a>  <a href="Package-w3c.xmlOnline.parser.html">Previous</a>  <a href="w3c.xmlOnline.parser.ParserDef.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
