Class MappedByteBufferOutputStream

java.lang.Object
java.io.OutputStream
com.jogamp.common.nio.MappedByteBufferOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class MappedByteBufferOutputStream extends OutputStream
An OutputStream implementation based on an underlying FileChannel's memory mapped ByteBuffer.

Implementation is based on MappedByteBufferInputStream, using it as its parent instance.

An instance maybe created via its parent MappedByteBufferInputStream.getOutputStream(FileResizeOp) or directly MappedByteBufferOutputStream(FileChannel, MapMode, CacheMode, int, FileResizeOp).

Since:
2.3.0