Home
last modified time | relevance | path

Searched refs:SuperFloppyFormatter (Results 1 – 1 of 1) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSuperFloppyFormatter.java45 public final class SuperFloppyFormatter { class
101 private SuperFloppyFormatter(BlockDevice device) throws IOException { in SuperFloppyFormatter() method in SuperFloppyFormatter
116 public static SuperFloppyFormatter get(BlockDevice dev) throws IOException { in get()
117 return new SuperFloppyFormatter(dev); in get()
138 public SuperFloppyFormatter setOemName(String oemName) { in setOemName()
152 public SuperFloppyFormatter setVolumeLabel(String label) { in setVolumeLabel()
345 public SuperFloppyFormatter setFatType(FatType fatType) in setFatType()