protected int |
AbstractRandomAccessFile.bitsForValue(int value) |
void |
IRandomAccessFile.close()
close the file
|
void |
ExRandomAccessFile.close() |
void |
AbstractRandomAccessFile.close() |
void |
RandomAccessFileReadWriteCache.closeImpl() |
void |
RandomAccessFileDirectNio.closeImpl() |
void |
RandomAccessFileDirectMapped.closeImpl() |
void |
RandomAccessFileDirect.closeImpl() |
protected abstract void |
AbstractRandomAccessFile.closeImpl() |
void |
RandomAccessFileReadWriteCache.copy(String fileName) |
void |
RandomAccessFileDirectNio.copy(String destinationFilePath) |
void |
RandomAccessFileDirect.copy(String fileName) |
void |
IRandomAccessFile.copy(String fileName)
make copy of this file in other file
|
void |
HelperFileUtil.copyFile(File sourceFile,
File destinationFile) |
long |
IRandomAccessFile.currentPositionInFile() |
long |
AbstractRandomAccessFile.currentPositionInFile() |
protected long |
RandomAccessFileReadWriteCache.currentPositionInFileImpl() |
protected long |
RandomAccessFileDirectNio.currentPositionInFileImpl() |
protected long |
RandomAccessFileDirect.currentPositionInFileImpl() |
protected abstract long |
AbstractRandomAccessFile.currentPositionInFileImpl() |
void |
HelperFileUtil.delete(File file,
int maxRetry,
int retryMsDelay) |
void |
IRandomAccessFile.deleteIfExists()
delete file if exist
|
void |
ExRandomAccessFile.deleteIfExists() |
void |
AbstractRandomAccessFile.deleteIfExists() |
void |
RandomAccessFileReadWriteCache.deleteIfExistsImpl() |
void |
RandomAccessFileDirectNio.deleteIfExistsImpl() |
void |
RandomAccessFileDirect.deleteIfExistsImpl() |
protected abstract void |
AbstractRandomAccessFile.deleteIfExistsImpl() |
void |
IRandomAccessFile.deleteIfExistsRenaming() |
void |
ExRandomAccessFile.deleteIfExistsRenaming() |
void |
AbstractRandomAccessFile.deleteIfExistsRenaming() |
void |
RandomAccessFileReadWriteCache.deleteIfExistsRenamingImpl() |
void |
RandomAccessFileDirectNio.deleteIfExistsRenamingImpl() |
void |
RandomAccessFileDirect.deleteIfExistsRenamingImpl() |
protected abstract void |
AbstractRandomAccessFile.deleteIfExistsRenamingImpl() |
void |
HelperFileUtil.deleteRenaming(File file,
int maxRetry,
int retryMsDelay) |
boolean |
RandomAccessFileReadWriteCache.differs(String fileName,
SortedMap<Integer,Integer> diffMap) |
boolean |
RandomAccessFileDirectNio.differs(String fileName,
SortedMap<Integer,Integer> diffMap) |
boolean |
RandomAccessFileDirect.differs(String fileName,
SortedMap<Integer,Integer> diffMap) |
boolean |
IRandomAccessFile.differs(String fileName,
SortedMap<Integer,Integer> diffMap) |
boolean |
HelperFileUtil.diffFile(File file1,
File file2) |
long |
ExRandomAccessFile.fileChannelSize() |
void |
IRandomAccessFile.flush()
flush all modification on disk
|
void |
AbstractRandomAccessFile.flush() |
void |
RandomAccessFileReadWriteCache.flushImpl() |
void |
RandomAccessFileDirectNio.flushImpl() |
void |
RandomAccessFileDirectMapped.flushImpl() |
void |
RandomAccessFileDirect.flushImpl() |
protected abstract void |
AbstractRandomAccessFile.flushImpl() |
void |
ExRandomAccessFile.force(boolean metaData) |
boolean |
IRandomAccessFile.isClose() |
boolean |
IRandomAccessFile.isOpen() |
long |
IRandomAccessFile.length() |
long |
AbstractRandomAccessFile.length() |
long |
RandomAccessFileReadWriteCache.lengthImpl() |
long |
RandomAccessFileDirectNio.lengthImpl() |
long |
RandomAccessFileDirectMapped.lengthImpl() |
long |
RandomAccessFileDirect.lengthImpl() |
protected abstract long |
AbstractRandomAccessFile.lengthImpl() |
void |
IRandomAccessFile.open()
open the file
|
void |
ExRandomAccessFile.open() |
void |
AbstractRandomAccessFile.open() |
void |
RandomAccessFileReadWriteCache.openImpl() |
void |
RandomAccessFileDirectNio.openImpl() |
void |
RandomAccessFileDirectMapped.openImpl() |
void |
RandomAccessFileDirect.openImpl() |
protected abstract void |
AbstractRandomAccessFile.openImpl() |
long |
ExRandomAccessFile.randomAccessFileLength() |
int |
IRandomAccessFile.read(byte[] data) |
int |
AbstractRandomAccessFile.read(byte[] data) |
int |
IRandomAccessFile.read(byte[] data,
int offset,
int length) |
int |
AbstractRandomAccessFile.read(byte[] data,
int offset,
int length) |
int |
RandomAccessFileReadWriteCache.readImpl(byte[] data) |
int |
RandomAccessFileDirectNio.readImpl(byte[] data) |
int |
RandomAccessFileDirectMapped.readImpl(byte[] data) |
int |
RandomAccessFileDirect.readImpl(byte[] data) |
protected abstract int |
AbstractRandomAccessFile.readImpl(byte[] data) |
protected int |
RandomAccessFileReadWriteCache.readImpl(byte[] data,
int offset,
int length) |
protected int |
RandomAccessFileDirectNio.readImpl(byte[] data,
int offset,
int length) |
protected int |
RandomAccessFileDirectMapped.readImpl(byte[] data,
int offset,
int length) |
protected int |
RandomAccessFileDirect.readImpl(byte[] data,
int offset,
int length) |
protected abstract int |
AbstractRandomAccessFile.readImpl(byte[] data,
int offset,
int length) |
void |
IRandomAccessFile.seek(long positionInFile) |
void |
AbstractRandomAccessFile.seek(long positionInFile) |
void |
RandomAccessFileReadWriteCache.seekImpl(long positionInFile) |
void |
RandomAccessFileDirectNio.seekImpl(long positionInFile) |
void |
RandomAccessFileDirectMapped.seekImpl(long positionInFile) |
void |
RandomAccessFileDirect.seekImpl(long positionInFile) |
protected abstract void |
AbstractRandomAccessFile.seekImpl(long positionInFile) |
void |
IRandomAccessFile.setLength(long newSize) |
void |
AbstractRandomAccessFile.setLength(long newSize) |
void |
RandomAccessFileReadWriteCache.setLengthImpl(long newSize) |
void |
RandomAccessFileDirectNio.setLengthImpl(long newSize) |
void |
RandomAccessFileDirectMapped.setLengthImpl(long newSize) |
void |
RandomAccessFileDirect.setLengthImpl(long newSize) |
protected abstract void |
AbstractRandomAccessFile.setLengthImpl(long newSize) |
void |
HelperFileUtil.touchFile(File file,
int maxRetry,
int retryMsDelay) |
void |
IRandomAccessFile.write(byte[] data) |
void |
AbstractRandomAccessFile.write(byte[] data) |
void |
IRandomAccessFile.write(byte[] data,
int length) |
void |
AbstractRandomAccessFile.write(byte[] data,
int length) |
void |
IRandomAccessFile.write(byte[] data,
int offset,
int length) |
void |
AbstractRandomAccessFile.write(byte[] data,
int offset,
int length) |
void |
RandomAccessFileReadWriteCache.writeImpl(byte[] data) |
void |
RandomAccessFileDirectNio.writeImpl(byte[] data) |
void |
RandomAccessFileDirectMapped.writeImpl(byte[] data) |
void |
RandomAccessFileDirect.writeImpl(byte[] data) |
protected abstract void |
AbstractRandomAccessFile.writeImpl(byte[] data) |
void |
RandomAccessFileReadWriteCache.writeImpl(byte[] data,
int length) |
void |
RandomAccessFileDirectNio.writeImpl(byte[] data,
int length) |
void |
RandomAccessFileDirectMapped.writeImpl(byte[] data,
int length) |
protected void |
RandomAccessFileDirect.writeImpl(byte[] data,
int length) |
protected abstract void |
AbstractRandomAccessFile.writeImpl(byte[] data,
int length) |
protected void |
RandomAccessFileReadWriteCache.writeImpl(byte[] data,
int offset,
int length) |
protected void |
RandomAccessFileDirectNio.writeImpl(byte[] data,
int offset,
int length) |
protected void |
RandomAccessFileDirectMapped.writeImpl(byte[] data,
int offset,
int length) |
protected void |
RandomAccessFileDirect.writeImpl(byte[] data,
int offset,
int length) |
protected abstract void |
AbstractRandomAccessFile.writeImpl(byte[] data,
int offset,
int length) |