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

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

Uses of SuperFloppyFormatter in de.waldheinz.fs.fat
 

Methods in de.waldheinz.fs.fat that return SuperFloppyFormatter
static SuperFloppyFormatter SuperFloppyFormatter.get(BlockDevice dev)
          Retruns a SuperFloppyFormatter instance suitable for formatting the specified device.
 SuperFloppyFormatter SuperFloppyFormatter.setFatType(FatType fatType)
          Sets the type of FAT that will be created by this SuperFloppyFormatter.
 SuperFloppyFormatter SuperFloppyFormatter.setOemName(String oemName)
          Sets the OEM name of the boot sector.
 SuperFloppyFormatter SuperFloppyFormatter.setVolumeLabel(String label)
          Sets the volume label of the file system to create.
 



Copyright © 2014. All rights reserved.