Home | History | Annotate | Download | only in fat

Lines Matching refs:Sector

25  * The FAT32 File System Information Sector.
30 final class FsInfoSector extends Sector {
33 * The offset to the free cluster count value in the FS info sector.
38 * The offset to the "last allocated cluster" value in this sector.
43 * The offset to the signature of this sector.
55 * @param bs the boot sector that specifies where the FS info sector is
57 * @return the FS info sector that was read
74 * @param bs the boot sector specifying the FS info sector storage
75 * @return the FS info sector instance that was created
83 "creating a FS info sector at offset 0 is strange");
135 * file system this FS info sector is part of.
173 throw new IOException("invalid FS info sector signature");