public class VirtualRandomAccessFile extends Object implements RandomAccessDirectoryItem
| Constructor and Description |
|---|
VirtualRandomAccessFile(String location,
long startIndex,
long length,
long lastModified,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified() |
String |
getLocation() |
ucar.unidata.io.RandomAccessFile |
getOrOpenRaf() |
ucar.unidata.io.RandomAccessFile |
getRaf() |
long |
length() |
long |
startIndex() |
public VirtualRandomAccessFile(String location, long startIndex, long length, long lastModified, int bufferSize)
public String getLocation()
getLocation in interface RandomAccessDirectoryItempublic long startIndex()
startIndex in interface RandomAccessDirectoryItempublic long length()
length in interface RandomAccessDirectoryItempublic long getLastModified()
getLastModified in interface RandomAccessDirectoryItempublic ucar.unidata.io.RandomAccessFile getRaf()
getRaf in interface RandomAccessDirectoryItempublic ucar.unidata.io.RandomAccessFile getOrOpenRaf()
throws IOException
getOrOpenRaf in interface RandomAccessDirectoryItemIOException