Package com.marringtons.file

The Adept file package provides easier to use and more extensive file operations to supplement the basic Java NIO and IO packages.

See:
          Description

Class Summary
ClassCache This is a specialist classloader used by the Adept servlet system to load classes from more sources than those provided my the standard class loader.
FileCache This class caches a defined number of disk files for reading to reduce disk access for files that are accessed repetively.
FileReader This class provides simple access to read a text file that is found on one of the system paths or Zip files.
Files Static file helper methods for finding, reading and unlinking files.
Output Helper class for file output - find output files in the directory system, return absolute paths, make unique file and retrieve output streams or writers.
Path Static helper class for working with file paths - holding home, temporary and user paths with methods to add, retrieve, make absolute, make relative and split paths.
ZipOutputStream This class is a wrapper to simplify archive file creation and update code.
 

Package com.marringtons.file Description

The Adept file package provides easier to use and more extensive file operations to supplement the basic Java NIO and IO packages.



Copyright © 2005 Paul Marrington http://library.marringtons.com