Interface Volume
- All Known Implementing Classes:
FileVolume, InputStreamVolume
public interface Volume
-
Method Summary
Modifier and TypeMethodDescriptionlong
-
Method Details
-
getChannel
- Returns:
- SeekableReadOnlyByteChannel the channel
- Throws:
IOException- .
-
getLength
long getLength()- Returns:
- the data length
-
getArchive
Archive getArchive()- Returns:
- the archive this volume belongs to
-