Class ByteBufferInputStream
java.lang.Object
java.io.InputStream
org.eclipse.jetty.io.ByteBufferInputStream
- All Implemented Interfaces:
Closeable, AutoCloseable
Present a ByteBuffer as an InputStream.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class InputStream
close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ByteBufferInputStream
-
-
Method Details
-
available
- Overrides:
availablein classInputStream- Throws:
IOException
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-