Uses of Interface
de.waldheinz.fs.FsObject

Packages that use FsObject
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 FsObject in de.waldheinz.fs
 

Subinterfaces of FsObject in de.waldheinz.fs
 interface FsDirectory
          Base class for all FileSystem directories.
 interface FsDirectoryEntry
          Represents one entry in a FsDirectory.
 interface FsFile
          A FsFile is a representation of a single block of bytes on a filesystem.
 

Classes in de.waldheinz.fs that implement FsObject
 class AbstractFsObject
          A base class that helps to implement the FsObject interface.
 

Uses of FsObject in de.waldheinz.fs.fat
 

Classes in de.waldheinz.fs.fat that implement FsObject
 class FatFile
          The in-memory representation of a single file (chain of clusters) on a FAT file system.
 class FatLfnDirectory
          The FsDirectory implementation for FAT file systems.
 class FatLfnDirectoryEntry
          Represents an entry in a FatLfnDirectory.
 



Copyright © 2014. All rights reserved.