Interface | Description |
---|---|
IRandomAccessFile |
interface for random access in file
cache is maintained in memory independently to file opened state or closed state. useful when closing and reopening the file to ensure the data are write, then data in cache reflecting file content is not loose |
Class | Description |
---|---|
AbstractRandomAccessFile | |
AbstractWriteRead3Gbyte | |
DiffBuffer | |
ExRandomAccessFile | |
HelperFileUtil |
utilities for file management
|
MainWrite3GByteFileOutputStream | |
MainWrite3GByteFileOutputStreamMapped | |
MainWriteRead3GByteFileOutputStream | |
MainWriteRead3GByteFileOutputStreamNIO | |
RandomAccessFileDirect |
direct file access
|
RandomAccessFileDirectMapped | |
RandomAccessFileDirectNio |
direct file access using 'nio'
|
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 |
Exception | Description |
---|---|
FileIOAccessDenyException | |
FileIOErrorException | |
FileIOException | |
FileIOFailedDeleteException | |
FileIOFailedRenameException | |
FileIONotFoundException |
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.