Searched refs:getDataClusterCount (Results 1 – 3 of 3) sorted by relevance
98 if (bs.getDataClusterCount() > result.entries.length) in create()126 if (bs.getDataClusterCount() > Integer.MAX_VALUE) throw in Fat()129 if (bs.getDataClusterCount() == 0) throw in Fat()132 this.lastClusterIndex = (int) bs.getDataClusterCount() + FIRST_CLUSTER; in Fat()
265 return this.bs.getDataClusterCount() * this.bs.getBytesPerCluster(); in getTotalSpace()
215 public final long getDataClusterCount() { in getDataClusterCount() method in BootSector