Buffer
.Buffer
which uses JNA to get access to properly aligned
native memory, for use with the O_DIRECT flag.AlignedDirectByteBuffer
which gives an interface to this memory.DirectIoLib.blockEnd(int)
.Buffer
.BufferedChannel
implementation which uses DirectIoLib
for JNA hooks to native Linux methods.RandomAccessFile
, but using direct I/O.MockByteChannel
.JaydioByteBuffer
, used for testing.BufferedChannel
, to be used for testing.DirectIoLib.oDirectOpen(String, boolean)
.Copyright © 2014. All Rights Reserved.