Uses of Interface
de.waldheinz.fs.FsDirectory

Packages that use FsDirectory
de.waldheinz.fs Contains the file-system independent classes and interfaces, as well as the FileSystemFactory for creating FileSystem instances. 
de.waldheinz.fs.fat Contains the classes implementing the FAT(12/16/32) file system. 
 

Uses of FsDirectory in de.waldheinz.fs
 

Methods in de.waldheinz.fs that return FsDirectory
 FsDirectory FsDirectoryEntry.getDirectory()
          Gets the directory this entry refers to.
 FsDirectory FsDirectoryEntry.getParent()
          Deprecated. deprecated since version 0.6 because in the presence of hard links it might not always be possible to determine the parent directory of an entry
 FsDirectory FileSystem.getRoot()
          Gets the root entry of this filesystem.
 

Uses of FsDirectory in de.waldheinz.fs.fat
 

Classes in de.waldheinz.fs.fat that implement FsDirectory
 class FatLfnDirectory
          The FsDirectory implementation for FAT file systems.
 

Methods in de.waldheinz.fs.fat that return FsDirectory
 FsDirectory FatLfnDirectoryEntry.getParent()
           
 



Copyright © 2014. All rights reserved.