Package net.sf.jstuff.core.io.stream
Class ByteBufferInputStream
java.lang.Object
java.io.InputStream
net.sf.jstuff.core.io.stream.ByteBufferInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Author:
- Sebastian Thomschke
-
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
-
Constructor Details
-
ByteBufferInputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-