|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
import java.io.IOException;import java.io.OutputStream;import java.nio.ByteBuffer;import java.nio.channels.FileChannel;import java.nio.channels.FileChannel.MapMode;import org.jau.io.MappedByteBufferInputStream.CacheMode;import org.jau.io.MappedByteBufferInputStream.FileResizeOp;Go to the source code of this file.
Classes | |
| class | org.jau.io.MappedByteBufferOutputStream |
An OutputStream implementation based on an underlying FileChannel's memory mapped ByteBuffer. More... | |
Packages | |
| package | org.jau.io |
| Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K. | |