Package | Description |
---|---|
net.sf.joafip.file.service | |
net.sf.joafip.file.service.stream | |
net.sf.joafip.kvstore.service |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRandomAccessFile |
class |
RandomAccessFileDirect
direct file access
|
class |
RandomAccessFileDirectMapped |
class |
RandomAccessFileDirectNio
direct file access using 'nio'
|
class |
RandomAccessFileReadWriteCache
Instances of this class support both reading and writing to a random access
file, using a read and write cache between
IRandomAccessFile
delegationthis is a cache proxy for IRandomAccessFile implementation |
Constructor and Description |
---|
RandomAccessFileReadWriteCache(IRandomAccessFile randomAccessFile)
default constructor initialize to 250 pages of 4Kbyte
for test purpose |
RandomAccessFileReadWriteCache(IRandomAccessFile randomAccessFile,
int pageSize,
int maxPage)
construction setting the maximum number of pages for read cache and
setting the page size
|
RandomAccessFileReadWriteCache(IRandomAccessFile randomAccessFile,
int pageSize,
int maxPage,
boolean haveReadCache) |
Constructor and Description |
---|
AbstractFileInputStreamOnRandomFile(IRandomAccessFile randomAccessFile) |
AbstractFileOutputStreamOnRandomFile(IRandomAccessFile randomAccessFile,
boolean append) |
Modifier and Type | Field and Description |
---|---|
protected IRandomAccessFile |
FileForStorable.randomAccessFile
for random read write file access
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.