com.clickntap.tool.html
Class EntityPreserveReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.FilterReader
          extended by com.clickntap.tool.html.EntityPreserveReader
All Implemented Interfaces:
Closeable, Readable

public class EntityPreserveReader
extends FilterReader


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
EntityPreserveReader(Reader r)
           
 
Method Summary
 void mark(int limit)
           
 boolean markSupported()
           
 int read()
           
 int read(char[] buffer, int offset, int length)
           
 boolean ready()
           
 void reset()
           
 
Methods inherited from class java.io.FilterReader
close, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPreserveReader

public EntityPreserveReader(Reader r)
Method Detail

read

public int read()
         throws IOException
Overrides:
read in class FilterReader
Throws:
IOException

read

public int read(char[] buffer,
                int offset,
                int length)
         throws IOException
Overrides:
read in class FilterReader
Throws:
IOException

ready

public boolean ready()
              throws IOException
Overrides:
ready in class FilterReader
Throws:
IOException

markSupported

public boolean markSupported()
Overrides:
markSupported in class FilterReader

mark

public void mark(int limit)
          throws IOException
Overrides:
mark in class FilterReader
Throws:
IOException

reset

public void reset()
           throws IOException
Overrides:
reset in class FilterReader
Throws:
IOException


Copyright © 2014. All rights reserved.