Searched refs:FsInfoSector (Results 1 – 3 of 3) sorted by relevance
30 final class FsInfoSector extends Sector { class47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector() method in FsInfoSector61 public static FsInfoSector read(Fat32BootSector bs) throws IOException { in read()62 final FsInfoSector result = in read()63 new FsInfoSector(bs.getDevice(), offset(bs)); in read()79 public static FsInfoSector create(Fat32BootSector bs) throws IOException { in create()85 final FsInfoSector result = in create()86 new FsInfoSector(bs.getDevice(), offset(bs)); in create()179 return FsInfoSector.class.getSimpleName() + in toString()
43 private final FsInfoSector fsiSector;92 this.fsiSector = FsInfoSector.read(f32bs); in FatFileSystem()
192 final FsInfoSector fsi; in format()211 fsi = FsInfoSector.create(f32bs); in format()