Package net.aerith.misao.io

Interface Summary
FileSystem The FileSystem is an interface of a file system.
Folder The Folder is an interface of a folder on the virtual file system.
 

Class Summary
CacheEntry The CacheEntry represents an entry of a file in the disk cache.
Decoder The Decoder is a class to decode a file in some compression or cryption.
DiskFileSystem The DiskFileSystem represents a directory on the real file system on the disk drive.
Encoder The Encoder is a class to encode a file in some compression or cryption.
FileFolder The FileFolder represents a directory on the real file system.
FileManager The FileManager is a class which consists of static methods to search or copy files.
HtmlImageAnchor The HtmlImageAnchor represents an anchor to the image file.
HtmlImageGallery The HtmlImageGallery represents a HTML gallery of images to create on the file system.
MemoryFileSystem The MemoryFileSystem represents a virtual file system on memory.
MemoryFolder The MemoryFolder represents a folder on the virtual file system on memory.
PxfWriter The PxfWriter represents a writer to save the examination result into a PXF file.
XmlDBHolderCache The XmlDBHolderCache represents a disk cache to read and write XML files in the database.
 

Exception Summary
CdromNotFoundException The CdromNotFoundException is an exception thrown if a file or directory in CD-ROMs is not found.