Uses of Package
de.waldheinz.fs

Packages that use de.waldheinz.fs
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. 
de.waldheinz.fs.util Contains some utility classes that are useful independent of the file system type. 
 

Classes in de.waldheinz.fs used by de.waldheinz.fs
BlockDevice
          This is the abstraction used for a device that can hold a FileSystem.
FileSystem
          The interface common to all file system implementations.
FsDirectory
          Base class for all FileSystem directories.
FsDirectoryEntry
          Represents one entry in a FsDirectory.
FsFile
          A FsFile is a representation of a single block of bytes on a filesystem.
FsObject
          This interface is the base interface for objects that are part of a FileSystem.
ReadOnlyException
          This exception is thrown when an attempt is made to write to a read-only BlockDevice, FileSystem or other file system object.
 

Classes in de.waldheinz.fs used by de.waldheinz.fs.fat
AbstractFileSystem
          Abstract class with common things in different FileSystem implementations.
AbstractFsObject
          A base class that helps to implement the FsObject interface.
BlockDevice
          This is the abstraction used for a device that can hold a FileSystem.
FileSystem
          The interface common to all file system implementations.
FsDirectory
          Base class for all FileSystem directories.
FsDirectoryEntry
          Represents one entry in a FsDirectory.
FsFile
          A FsFile is a representation of a single block of bytes on a filesystem.
FsObject
          This interface is the base interface for objects that are part of a FileSystem.
ReadOnlyException
          This exception is thrown when an attempt is made to write to a read-only BlockDevice, FileSystem or other file system object.
 

Classes in de.waldheinz.fs used by de.waldheinz.fs.util
BlockDevice
          This is the abstraction used for a device that can hold a FileSystem.
 



Copyright © 2014. All rights reserved.