Uses of Class
de.waldheinz.fs.fat.FatType

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

Uses of FatType in de.waldheinz.fs.fat
 

Methods in de.waldheinz.fs.fat that return FatType
 FatType SuperFloppyFormatter.getFatType()
          Returns the exact type of FAT the will be created by this formatter.
 FatType FatFileSystem.getFatType()
          Returns the size of the FAT entries of this FatFileSystem.
static FatType FatType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FatType[] FatType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.waldheinz.fs.fat with parameters of type FatType
 SuperFloppyFormatter SuperFloppyFormatter.setFatType(FatType fatType)
          Sets the type of FAT that will be created by this SuperFloppyFormatter.
 



Copyright © 2014. All rights reserved.