com.sun.xml.dtdparser
Class XmlReader.AsciiReader

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

static final class XmlReader.AsciiReader
extends XmlReader.BaseReader


Field Summary
 
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.AsciiReader(java.io.InputStream in)
           
 
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
 

Constructor Detail

XmlReader.AsciiReader

XmlReader.AsciiReader(java.io.InputStream in)
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