| Constructor and Description |
|---|
FileVolume(Archive archive,
java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
Archive |
getArchive() |
SeekableReadOnlyByteChannel |
getChannel() |
java.io.File |
getFile() |
long |
getLength() |
public FileVolume(Archive archive, java.io.File file)
archive - .file - .public SeekableReadOnlyByteChannel getChannel() throws java.io.IOException
getChannel in interface Volumejava.io.IOException - .public long getLength()
public Archive getArchive()
getArchive in interface Volumepublic java.io.File getFile()