Package net.arcadiusmc.delphi.resource
Interface ZipModule
- All Superinterfaces:
AutoCloseable,Closeable,IoModule,ResourceModule
Module that loads file and data from a ZIP archive file
-
Method Summary
Modifier and TypeMethodDescriptionGets the underlying ZIP file systemGets the ZIP file of this moduleMethods inherited from interface net.arcadiusmc.delphi.resource.IoModule
loadStringMethods inherited from interface net.arcadiusmc.delphi.resource.ResourceModule
getModulePaths
-
Method Details
-
getFileSystem
FileSystem getFileSystem()Gets the underlying ZIP file system- Returns:
- ZIP file system
-
getZipFile
Path getZipFile()Gets the ZIP file of this module- Returns:
- module zip file
-