Package de.waldheinz.fs.fat

Contains the classes implementing the FAT(12/16/32) file system.

See:
          Description

Class Summary
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.
SuperFloppyFormatter Allows to create FAT file systems on BlockDevices which follow the "super floppy" standard.
 

Enum Summary
FatType Enumerates the different entry sizes of 12, 16 and 32 bits for the different FAT flavours.
 

Exception Summary
DirectoryFullException Gets thrown when either a Fat16RootDirectory becomes full or a ClusterChainDirectory grows beyond it's maximum size
 

Package de.waldheinz.fs.fat Description

Contains the classes implementing the FAT(12/16/32) file system.



Copyright © 2014. All rights reserved.