Package com.comphenix.protocol.utility
Class ByteBufferOutputStream
java.lang.Object
java.io.OutputStream
com.comphenix.protocol.utility.ByteBufferOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
Represents an output stream that is backed by a ByteBuffer.
- Author:
- Kristian
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Constructor Details
-
ByteBufferOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-