public interface RandomAccessDirectoryItem
Modifier and Type | Method and Description |
---|---|
long |
getLastModified() |
java.lang.String |
getLocation() |
RandomAccessFile |
getOrOpenRaf() |
RandomAccessFile |
getRaf() |
long |
length() |
long |
startIndex() |
java.lang.String getLocation()
long startIndex()
long length()
long getLastModified()
RandomAccessFile getRaf()
RandomAccessFile getOrOpenRaf() throws java.io.IOException
java.io.IOException