Package org.apache.camel.converter.jaxb
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, seeNonXmlCharFiltererfor details.
-
-
Field Summary
-
Fields inherited from class java.io.FilterReader
in
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNonXmlFilterReader(Reader in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread(char[] cbuf, int off, int len)Reads characters into a portion of an array.-
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, ready, reset, skip
-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-
-
-
Constructor Detail
-
NonXmlFilterReader
protected NonXmlFilterReader(Reader in)
-
-
Method Detail
-
read
public int read(char[] cbuf, int off, int len) throws IOExceptionReads characters into a portion of an array.- Overrides:
readin classFilterReader- Throws:
IOException- If an I/O error occurs
-
-