Class NonXmlFilterReader

java.lang.Object
java.io.Reader
java.io.FilterReader
org.apache.camel.converter.jaxb.NonXmlFilterReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class NonXmlFilterReader extends FilterReader
This FilterReader will filter out the non-XML characters, see NonXmlCharFilterer for details.
  • Constructor Details

    • NonXmlFilterReader

      protected NonXmlFilterReader(Reader in)
  • Method Details

    • read

      public int read(char[] cbuf, int off, int len) throws IOException
      Reads characters into a portion of an array.
      Overrides:
      read in class FilterReader
      Throws:
      IOException - If an I/O error occurs