Package de.goerntkai.toolbox.fs

Provides classes for reading and writing data from and to the file system as well as extensions to java.io.File to have files and folders more usable.

See:
          Description

Class Summary
File Represents a file object in the file system.
Folder Represents a folder object in the file system.
TextReader Reads a complete text file and returns the whole document.
TextWriter Writes the complete text in one file.
 

Exception Summary
NoFolderException Signals that a Folder is not instatiated with a path to a directory.
 

Package de.goerntkai.toolbox.fs Description

Provides classes for reading and writing data from and to the file system as well as extensions to java.io.File to have files and folders more usable.

Package Specification

Related Documentation

None at the moment.

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
1.4.1_02


Copyright © 2004-2007 Kai Görnt. All Rights Reserved.