Uses of Package
de.waldheinz.fs.fat

Packages that use de.waldheinz.fs.fat
de.waldheinz.fs.fat Contains the classes implementing the FAT(12/16/32) file system. 
 

Classes in de.waldheinz.fs.fat used by de.waldheinz.fs.fat
FatFile
          The in-memory representation of a single file (chain of clusters) on a FAT file system.
FatFileSystem
           Implements the FileSystem interface for the FAT family of file systems.
FatLfnDirectory
          The FsDirectory implementation for FAT file systems.
FatLfnDirectoryEntry
          Represents an entry in a FatLfnDirectory.
FatType
          Enumerates the different entry sizes of 12, 16 and 32 bits for the different FAT flavours.
SuperFloppyFormatter
           Allows to create FAT file systems on BlockDevices which follow the "super floppy" standard.
 



Copyright © 2014. All rights reserved.