Searched refs:FatFileSystem (Results 1 – 3 of 3) sorted by relevance
40 public final class FatFileSystem extends AbstractFileSystem { class50 FatFileSystem(BlockDevice api, boolean readOnly) throws IOException { in FatFileSystem() method in FatFileSystem63 private FatFileSystem(BlockDevice device, boolean readOnly, in FatFileSystem() method in FatFileSystem120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read()123 return new FatFileSystem(device, readOnly); in read()
188 public FatFileSystem format() throws IOException { in format()259 FatFileSystem fs = FatFileSystem.read(device, false); in format()
21 import de.waldheinz.fs.fat.FatFileSystem;51 return FatFileSystem.read(device, readOnly); in create()