Constructs local zip file resource with specified name and location.
Parameters: name - The file name of the resource. Parameters: location - The location of the resource. Parameters: loadLogChannel - The log channel for logging. exception: FileNotFoundException - if the desired file does not exist ordoes not have read permission. See Also:Resource See Also:ClassPathEntry
Get current last-modification time of resource. This is the
time on the disk file the resource is associated with.
the last-modified time of the permanent copy of the resourcein milliseconds.
Gets input stream representing resource.
the input stream that represents the resource. exception: IOException - if the input stream can not be constructed. See Also:InputStream
Fields inherited from com.lutris.classloader.Resource