com.liferay.portal.security.xml
Class StripDoctypeFilter
java.lang.Object
com.liferay.portal.security.xml.StripDoctypeFilter
public class StripDoctypeFilter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StripDoctypeFilter
public StripDoctypeFilter(InputStream inputStream)
StripDoctypeFilter
public StripDoctypeFilter(Reader reader)
StripDoctypeFilter
protected StripDoctypeFilter(InputStream inputStream,
Reader reader)
read
public int read()
throws IOException
- Throws:
IOException
read
public int read(byte[] bytes,
int offset,
int length)
throws IOException
- Throws:
IOException
read
public int read(char[] chars,
int offset,
int length)
throws IOException
- Throws:
IOException
readFromBuffer
protected int readFromBuffer()
readFromSource
protected int readFromSource()
throws IOException
- Throws:
IOException
setBuffer
protected void setBuffer(int[] buffer)