Package org.ojalgo.netio
Class ByteBufferBackedOutputStream
java.lang.Object
java.io.OutputStream
org.ojalgo.netio.ByteBufferBackedOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Field Details
-
myBuffer
-
-
Constructor Details
-
ByteBufferBackedOutputStream
ByteBufferBackedOutputStream(ByteBuffer buffer)
-
-
Method Details
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-