Package org.eclipse.jetty.io
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
-
Method Summary
Methods inherited from class java.io.InputStream
close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ByteBufferInputStream
-
-
Method Details
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-