public class SimpleFileDataBuffer extends SimpleFileDataIO implements MemDataBuffer
mapMode, persistent
Constructor and Description |
---|
SimpleFileDataBuffer(java.lang.String path,
java.nio.channels.FileChannel.MapMode mapMode,
long initialSize,
boolean... persist) |
SimpleFileDataBuffer(java.lang.String path,
long initialSize,
boolean... persist) |
Modifier and Type | Method and Description |
---|---|
void |
setSize(long v) |
long |
size() |
close, ensureSize, file, flush, rename, toString
fillByte, fillLong, read, read, read, readByte, readBytes, readBytes, readInt, readLong, readShort, readString, write, write, write, write, writeByte, writeBytes, writeBytes, writeInt, writeLong, writeShort
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, fillLong, readBytes, readBytes, readInt, readLong, readShort, writeBytes, writeBytes, writeInt, writeLong, writeShort
readString
public SimpleFileDataBuffer(java.lang.String path, long initialSize, boolean... persist) throws java.io.IOException
java.io.IOException
public SimpleFileDataBuffer(java.lang.String path, java.nio.channels.FileChannel.MapMode mapMode, long initialSize, boolean... persist) throws java.io.IOException
java.io.IOException