public class StripDoctypeFilter
extends Object
| Modifier | Constructor and Description |
|---|---|
|
StripDoctypeFilter(InputStream inputStream) |
protected |
StripDoctypeFilter(InputStream inputStream,
Reader reader) |
|
StripDoctypeFilter(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes,
int offset,
int length) |
int |
read(char[] chars,
int offset,
int length) |
protected int |
readFromBuffer() |
protected int |
readFromSource() |
protected void |
setBuffer(int[] buffer) |
public StripDoctypeFilter(InputStream inputStream)
public StripDoctypeFilter(Reader reader)
protected StripDoctypeFilter(InputStream inputStream,
Reader reader)
public int read()
throws IOException
IOExceptionpublic int read(byte[] bytes,
int offset,
int length)
throws IOException
IOExceptionpublic int read(char[] chars,
int offset,
int length)
throws IOException
IOExceptionprotected int readFromBuffer()
protected int readFromSource()
throws IOException
IOExceptionprotected void setBuffer(int[] buffer)