Home
last modified time | relevance | path

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

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat.java42 private final int sectorCount; field in Fat
120 this.sectorCount = (int) bs.getSectorsPerFat(); in Fat()
134 entries = new long[(int) ((sectorCount * sectorSize) / in Fat()
178 final byte[] data = new byte[sectorCount * sectorSize]; in read()
196 final byte[] data = new byte[sectorCount * sectorSize]; in writeCopy()
398 if (this.sectorCount != other.sectorCount) return false; in equals()
413 hash = 23 * hash + this.sectorCount; in hashCode()
467 sb.append(sectorCount); in toString()