org.odata4j.internal
Class BOMWorkaroundReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.odata4j.internal.BOMWorkaroundReader
- All Implemented Interfaces:
- Closeable, Readable
public class BOMWorkaroundReader
- extends FilterReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOMWorkaroundReader
public BOMWorkaroundReader(Reader arg0)
read
public int read()
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException
read
public int read(char[] cbuf)
throws IOException
- Overrides:
read
in class Reader
- Throws:
IOException
read
public int read(char[] cbuf,
int off,
int len)
throws IOException
- Overrides:
read
in class FilterReader
- Throws:
IOException
read
public int read(CharBuffer target)
throws IOException
- Specified by:
read
in interface Readable
- Overrides:
read
in class Reader
- Throws:
IOException
http://odata4j.org