JAFS API v2.2

Uses of Class
org.openafs.jafs.File

Uses of File in org.openafs.jafs
 

Methods in org.openafs.jafs with parameters of type File
 boolean File.copyTo(File dest)
          Copies the file denoted by this abstract pathname to the destination file provided.
 int File.compareTo(File file)
          Compares two File objects relative to their filenames and does not compare their respective absolute paths.
 boolean File.renameTo(File dest)
          Renames the file denoted by this abstract pathname.
 

Constructors in org.openafs.jafs with parameters of type File
FileOutputStream(File file)
          Creates a file output stream to write to the AFS file represented by the specified File object.
FileOutputStream(File file, boolean append)
          Creates a file output stream to write to the AFS file represented by the specified File object.
FileInputStream(File file)
          Creates a FileInputStream by opening a connection to an actual AFS file, the file represented by file file in the AFS file system.
File(File parent, String filename)
          Creates a new File instance from a parent abstract pathname and a child pathname string and validates it against the file system.
File(File parent, String filename, boolean validate)
          Creates a new File instance from a parent abstract pathname and a child pathname string.
 


JAFS API v2.2