Enhydra 5.1 API

org.enhydra.tool.archive.xml
Class DocTypeFilterReader

java.lang.Object
  |
  +--java.io.Reader
        |
        +--java.io.FilterReader
              |
              +--org.enhydra.tool.archive.xml.DocTypeFilterReader

public class DocTypeFilterReader
extends java.io.FilterReader


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
DocTypeFilterReader(java.io.Reader in)
           
 
Method Summary
 int read(char[] buf, int off, int len)
           
 
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, ready, reset, skip
 
Methods inherited from class java.io.Reader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocTypeFilterReader

public DocTypeFilterReader(java.io.Reader in)
Method Detail

read

public int read(char[] buf,
                int off,
                int len)
         throws java.io.IOException
Overrides:
read in class java.io.FilterReader
java.io.IOException

Enhydra 5.1 API