AbstractJarURLConnection | A URL Connection to a Java ARchive (JAR) file or an entry in a JAR file. |
---|
FileChangedChecker | This class is used to check for file modifications of the file time stamp and/or the file size. |
---|
GZOutputStream | Modified version of Java's GZIPOutputStream to perform BEST compression! |
---|
IniFile | Loads and handles retrieval of data in a file such as SERVER.INI with [sections] and "item=data". |
---|
JarClassLoader | This class handles one Jar or several Jar file(s) (already loaded), typically XJarFile or MemoryJarFile's. |
---|
JarFilePath | Class holding an IJarFile and a path inside the Jar file for the JarClassLoader. |
---|
MemoryJarFile | Extends the normal Jar file for processing files with various character case, and mixture of forward and backslashes. |
---|
WindowsLikeFilenameFilter | 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). |
---|
WinFileFilter | A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about. |
---|
XFile | This class is used for opening and reading files that are stored in OEM ASCII or Ansi character set. |
---|
XJarFile | Extends the normal JAR file for processing files with various character case, and mixture of forward and backslashes. |
---|
XOutputFile | This class is used for creating and writing to files that are stored using Phantom Hurricane in OEM ASCII or Ansi character set. |
---|