com.clickntap.tool.html
Class EntityPreserveReader
java.lang.Object
java.io.Reader
java.io.FilterReader
com.clickntap.tool.html.EntityPreserveReader
- All Implemented Interfaces:
- Closeable, Readable
public class EntityPreserveReader
- extends FilterReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityPreserveReader
public EntityPreserveReader(Reader r)
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.