Searched refs:sectorCount (Results 1 – 1 of 1) sorted by relevance
42 private final int sectorCount; field in Fat120 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()