Package com.comphenix.protocol.utility
Class ByteBufferInputStream
java.lang.Object
java.io.InputStream
com.comphenix.protocol.utility.ByteBufferInputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
Represents an input stream that delegates to a byte buffer.
- Author:
- Kristian
-
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:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-