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, Readable
public class NonXmlFilterReader
- extends FilterReader
This FilterReader will filter out the non-XML characters, see
NonXmlCharFilterer for details.
|
Method Summary |
int |
read(char[] cbuf,
int off,
int len)
Reads characters into a portion of an array. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonXmlFilterReader
protected NonXmlFilterReader(Reader in)
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
Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.