com.sun.xml.dtdparser
Class XmlReader.Utf8Reader

java.lang.Object
  extended by java.io.Reader
      extended by com.sun.xml.dtdparser.XmlReader.BaseReader
          extended by com.sun.xml.dtdparser.XmlReader.Utf8Reader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable
Enclosing class:
XmlReader

static final class XmlReader.Utf8Reader
extends XmlReader.BaseReader


Field Summary
private  char nextChar
           
 
Fields inherited from class com.sun.xml.dtdparser.XmlReader.BaseReader
buffer, finish, instream, start
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
XmlReader.Utf8Reader(java.io.InputStream stream)
           
 
Method Summary
 int read(char[] buf, int offset, int len)
           
 
Methods inherited from class com.sun.xml.dtdparser.XmlReader.BaseReader
close, ready
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextChar

private char nextChar
Constructor Detail

XmlReader.Utf8Reader

XmlReader.Utf8Reader(java.io.InputStream stream)
Method Detail

read

public int read(char[] buf,
                int offset,
                int len)
         throws java.io.IOException
Specified by:
read in class java.io.Reader
Throws:
java.io.IOException