Application
Interfaces, Classes, Traits and Enums
- SeekerInterface
- Defines an interface for retrieving arbitrary data from within an object.
- FileNotFound
- This exception is thrown when a request file path is not found within the zip.
- InvalidZipFile
- This Exception is thrown if the provided file does not have a valid Zip file structure.
- NoData
- This Exception is thrown if no data can be read from the Seeker
- NotSeekable
- This Exception gets thrown if the file handler is not seekable.
- LocalFileSeeker
- ZipRangeReader
- Provides a utility to parse the directory records from a Zip file
- LocalSeekerTest
- Test suite for LocalFileSeeker.
- ZipRangeReaderTest
- Test suite for Mingulay ZipRangeReader.