Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.memoire.fu.FuFile

Uses of FuFile in com.memoire.fu
 

Subclasses of FuFile in com.memoire.fu
 class FuFileFile
          Local file.
 class FuFileFtp
          Remote ftp file.
 class FuFileHttp
          Remote http file.
 class FuFileRam
          File in memory (ram disk).
 class FuFileUrl
          Remote file.
 

Methods in com.memoire.fu that return FuFile
 FuFile FuFileUrl.createChild(java.lang.String _name)
           
static FuFile FuFile.createFile(java.net.URL _url)
           
static FuFile FuFile.createFile(java.lang.String _path)
           
static FuFile FuFile.ensureFuFile(java.lang.Object _file)
           
static FuFile FuFile.convertToFuFile(java.lang.Object _file)
           
abstract  FuFile FuFile.createChild(java.lang.String _name)
           
 FuFile FuFile.getAbsoluteFuFile()
           
 FuFile FuFile.getCanonicalFuFile()
           
 FuFile FuFile.getParentFuFile()
           
 FuFile FuFileRam.createChild(java.lang.String _name)
           
 FuFile FuFileFile.createChild(java.lang.String _name)