Package com.iizix.util


package com.iizix.util
  • Class
    Description
    A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file.
    This class is used to check for file modifications of the file time stamp and/or the file size.
    Modified version of Java's GZIPOutputStream to perform BEST compression!
    Methods to get the URL from the Jar or memory Jar file, its stream handler and the byte array data of an Zip (Jar) entry.
    Handler interface common for XJarFile and MemoryJarFile Handler's.
    Loads and handles retrieval of data in a file such as SERVER.INI with [sections] and "item=data".
    This class handles one Jar or several Jar file(s) (already loaded), typically XJarFile or MemoryJarFile's.
    Class holding an IJarFile and a path inside the Jar file for the JarClassLoader.
    Extends the normal Jar file for processing files with various character case, and mixture of forward and backslashes.
    This interface is used to decrypt each entry in the ZIP/JAR file (along with the manifest if required).
    Filters file names like under Windows, with '?' being any character, '*' being any characters and '^' the escape character (the meaning of '?' and '*' becomes the actual character, and two escape characters for a single).
    A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
    This class is used for opening and reading files that are stored in OEM ASCII or Ansi character set.
    Extends the normal JAR file for processing files with various character case, and mixture of forward and backslashes.
    This class is used for creating and writing to files that are stored using Phantom Hurricane in OEM ASCII or Ansi character set.