|
jaulib v1.4.1
Jau Support Library (C++, Java, ..)
|
import java.io.IOException;import java.io.InputStream;import java.io.OutputStream;import java.io.PrintStream;import java.io.RandomAccessFile;import java.lang.ref.WeakReference;import java.nio.ByteBuffer;import java.nio.MappedByteBuffer;import java.nio.channels.FileChannel;import java.nio.channels.FileChannel.MapMode;import org.jau.sys.Debug;import org.jau.sys.PlatformProps;import org.jau.sys.PlatformTypes;Go to the source code of this file.
Classes | |
| class | org.jau.io.MappedByteBufferInputStream |
An InputStream implementation based on an underlying FileChannel's memory mapped ByteBuffer, supporting mark and reset(). More... | |
| enum | org.jau.io.MappedByteBufferInputStream.CacheMode |
| interface | org.jau.io.MappedByteBufferInputStream.FileResizeOp |
| File resize interface allowing a file to change its size, e.g. 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. | |