Uses of Class
de.goerntkai.toolbox.fs.File

Packages that use File
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. 
 

Uses of File in de.goerntkai.toolbox.fs
 

Subclasses of File in de.goerntkai.toolbox.fs
 class Folder
          Represents a folder object in the file system.
 

Methods in de.goerntkai.toolbox.fs with parameters of type File
 long File.copyTo(File destination)
          Copies this file object to the given destination file.
 

Constructors in de.goerntkai.toolbox.fs with parameters of type File
Folder(File theParent, java.lang.String theChild)
          Inherited from de.goerntkai.devbase.tools.File.
 



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