| Package | Description |
|---|---|
| net.sf.kdgcommons.buffer |
Classes for working with
java.nio.ByteBuffers and their close kin. |
| Modifier and Type | Method and Description |
|---|---|
MappedFileBuffer |
MappedFileBuffer.clone()
Creates a new buffer referencing the same file, but with a copy of the
original underlying mappings.
|
protected MappedFileBuffer |
MappedFileBufferThreadLocal.initialValue() |
| Modifier and Type | Method and Description |
|---|---|
static BufferFacade |
BufferFacadeFactory.create(MappedFileBuffer buf)
Creates an instance that accesses a
MappedFileBuffer. |
static BufferFacade |
BufferFacadeFactory.create(MappedFileBuffer buf,
long base)
Creates an instance that accesses a
MappedFileBuffer, with
with offsets relative to the specified base value. |
static BufferFacade |
BufferFacadeFactory.createThreadsafe(MappedFileBuffer buf)
Creates a thread-safe instance that accesses a
MappedFileBuffer. |
static BufferFacade |
BufferFacadeFactory.createThreadsafe(MappedFileBuffer buf,
long base)
Creates a thread-safe instance that accesses a
MappedFileBuffer,
with offsets relative to the specified base value. |
| Constructor and Description |
|---|
MappedFileBufferThreadLocal(MappedFileBuffer src) |
MappedFileBufferTLFacade(MappedFileBuffer buf) |
MappedFileBufferTLFacade(MappedFileBuffer buf,
long base) |