Interface ZipStreamProvider
- All Superinterfaces:
AutoCloseable,InputStreamProvider,StreamProvider
- All Known Implementing Classes:
FileLocator,LibraryLocator
A specialization providing a zip file object over the input stream provider
to locate the files from within.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the compression used to locate the files.Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface electrostatic4j.snaploader.filesystem.InputStreamProvider
getFileInputStream, setFileLocalizingListenerMethods inherited from interface electrostatic4j.snaploader.filesystem.StreamProvider
getHashKey, initialize
-
Method Details
-
getCompression
ZipFile getCompression()Retrieves the compression used to locate the files.- Returns:
- a zip filesystem object
-