Class ByteBufferBackedOutputStream
java.lang.Object
java.io.OutputStream
com.fasterxml.jackson.databind.util.ByteBufferBackedOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
Simple
OutputStream implementation that appends content
written in given ByteBuffer instance.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Constructor Details
-
ByteBufferBackedOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-