Class CharBufferWrapper.ByteBufferInputStream
java.lang.Object
java.io.InputStream
org.apache.james.mime4j.mboxiterator.CharBufferWrapper.ByteBufferInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
CharBufferWrapper
Provide an InputStream view over a ByteBuffer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
buf
-
-
Constructor Details
-
ByteBufferInputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-