Package org.apache.xmlbeans.impl.common
Class ReaderInputStream
java.lang.Object
java.io.InputStream
org.apache.xmlbeans.impl.common.PushedInputStream
org.apache.xmlbeans.impl.common.ReaderInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReaderInputStream
(Reader reader, String encoding) ReaderInputStream
(Reader reader, String encoding, int bufferSize) -
Method Summary
Methods inherited from class org.apache.xmlbeans.impl.common.PushedInputStream
available, getOutputStream, mark, markSupported, read, read, reset, skip
Methods inherited from class java.io.InputStream
close, nullInputStream, read, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Field Details
-
defaultBufferSize
public static final int defaultBufferSize- See Also:
-
-
Constructor Details
-
ReaderInputStream
- Throws:
UnsupportedEncodingException
-
ReaderInputStream
public ReaderInputStream(Reader reader, String encoding, int bufferSize) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
-
Method Details
-
fill
- Throws:
IOException
-