Class StripDoctypeFilter

Object
com.liferay.portal.security.xml.StripDoctypeFilter

public class StripDoctypeFilter extends Object
Author:
Tomas Polesovsky
  • Constructor Details

    • StripDoctypeFilter

      public StripDoctypeFilter(InputStream inputStream)
    • StripDoctypeFilter

      public StripDoctypeFilter(Reader reader)
    • StripDoctypeFilter

      protected StripDoctypeFilter(InputStream inputStream, Reader reader)
  • Method Details

    • 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)