Package com.iizix.util
Interface IJarURLStreamHandler
public interface IJarURLStreamHandler
Handler interface common for XJarFile and MemoryJarFile Handler's.
- Author:
- Christopher Mindus
Method Summary
Method Details
getJarFile
IJarFile getJarFile()Gets the IJarFile from the handler.- Returns:
- The Jar file, or
null
if handler did not specify an IJarFile.