Package org.jibx.runtime.impl
Class InputStreamWrapper.WrappedStreamISO88591Reader
- java.lang.Object
-
- java.io.Reader
-
- org.jibx.runtime.impl.InputStreamWrapper.WrappedStreamISO88591Reader
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.lang.Readable
- Enclosing class:
- InputStreamWrapper
private class InputStreamWrapper.WrappedStreamISO88591Reader extends java.io.ReaderReader for input stream using ISO8859-1 encoding. This uses the enclosing class to buffer input from the stream, interpreting it as characters on demand.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateWrappedStreamISO88591Reader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intread()intread(char[] b)intread(char[] b, int off, int len)booleanready()
-
-
-
Method Detail
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein classjava.io.Reader- Throws:
java.io.IOException
-
read
public int read(char[] b, int off, int len) throws java.io.IOException- Specified by:
readin classjava.io.Reader- Throws:
java.io.IOException
-
read
public int read(char[] b) throws java.io.IOException- Overrides:
readin classjava.io.Reader- Throws:
java.io.IOException
-
read
public int read() throws java.io.IOException- Overrides:
readin classjava.io.Reader- Throws:
java.io.IOException
-
ready
public boolean ready() throws java.io.IOException- Overrides:
readyin classjava.io.Reader- Throws:
java.io.IOException
-
-