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, toStringfillByte, fillLong, read, read, read, readByte, readBytes, readBytes, readInt, readLong, readShort, readString, write, write, write, write, writeByte, writeBytes, writeBytes, writeInt, writeLong, writeShortequals, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, fillLong, readBytes, readBytes, readInt, readLong, readShort, writeBytes, writeBytes, writeInt, writeLong, writeShortreadStringpublic SimpleFileDataBuffer(java.lang.String path,
long initialSize,
boolean... persist)
throws java.io.IOException
java.io.IOExceptionpublic SimpleFileDataBuffer(java.lang.String path,
java.nio.channels.FileChannel.MapMode mapMode,
long initialSize,
boolean... persist)
throws java.io.IOException
java.io.IOException