Class InputStreamWrapper.WrappedStreamISO88591Reader

java.lang.Object
java.io.Reader
org.jibx.runtime.impl.InputStreamWrapper.WrappedStreamISO88591Reader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable
Enclosing class:
InputStreamWrapper

private class InputStreamWrapper.WrappedStreamISO88591Reader extends Reader
Reader for input stream using ISO8859-1 encoding. This uses the enclosing class to buffer input from the stream, interpreting it as characters on demand.