public class DocTypeFilterStream
extends java.io.FilterInputStream
| Constructor and Description |
|---|
DocTypeFilterStream(java.io.InputStream pInputStream)
Create a new
DoctypeFilterStream. |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] pBuffer) |
int |
read(byte[] pBuffer,
int pOffset,
int pLength) |
long |
skip(long pNumBytes) |
public DocTypeFilterStream(java.io.InputStream pInputStream)
DoctypeFilterStream.pInputStream - The stream to filter.public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] pBuffer)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] pBuffer,
int pOffset,
int pLength)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic long skip(long pNumBytes)
skip in class java.io.FilterInputStreampublic int available()
throws java.io.IOException
available in class java.io.FilterInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.FilterInputStream