public class ReadOnlyDataFile extends DataFile
corruptedBlocks, dataFileId, file, length
list, next, prev
Modifier and Type | Method and Description |
---|---|
void |
closeRandomAccessFile(java.io.RandomAccessFile file) |
boolean |
delete() |
void |
move(java.io.File targetDirectory) |
java.io.RandomAccessFile |
openRandomAccessFile(boolean appender) |
compareTo, equals, getCorruptedBlocks, getDataFileId, getFile, getLength, hashCode, incrementLength, openRandomAccessFile, setLength, toString
getHeadNode, getList, getNext, getNextCircular, getPrevious, getPreviousCircular, getTailNode, isHeadNode, isLinked, isTailNode, linkAfter, linkAfter, linkBefore, linkBefore, linkToHead, linkToTail, splitAfter, splitBefore, unlink
public java.io.RandomAccessFile openRandomAccessFile(boolean appender) throws java.io.IOException
java.io.IOException
public void closeRandomAccessFile(java.io.RandomAccessFile file) throws java.io.IOException
closeRandomAccessFile
in class DataFile
java.io.IOException
public boolean delete() throws java.io.IOException
Copyright © 2005-2012. All Rights Reserved.