Searched refs:getSize (Results 1 – 9 of 9) sorted by relevance
110 public long getSize() { in getSize() method in RamDisk119 if (devOffset > getSize()){ in read()122 sb.append(" is off size (").append(getSize()).append(")"); in read()137 if (devOffset + src.remaining() > getSize()) throw new in write()141 ", size=" + getSize()); in write()
103 public long getSize() throws IOException { in getSize() method in FileDisk114 if ((devOffset + toRead) > getSize()) throw new IOException( in read()133 if ((devOffset + toWrite) > getSize()) throw new IOException( in write()
178 public int getSize() { in getSize() method in AbstractDirectory271 if (getSize() == getCapacity()) { in addEntry()281 if (getSize() + entries.length > getCapacity()) { in addEntries()282 changeSize(getSize() + entries.length); in addEntries()292 changeSize(getSize()); in removeEntry()367 changeSize(getSize() - 1); in setLabel()375 changeSize(getSize() + 1); in setLabel()
190 final int totalSectors = (int)(device.getSize() / sectorSize); in format()295 return fatTypeFromSize(device.getSize()); in fatTypeFromDevice()396 final long sectors = device.getSize() / device.getSectorSize(); in sectorsPerCluster32()401 return sectorsPerCluster32FromSize(device.getSize(), device.getSectorSize()); in sectorsPerCluster32()430 long size = device.getSize(); in sectorsPerCluster16()436 long size = device.getSize(); in defaultSectorsPerCluster()
155 setSectorCount(getDevice().getSize() / getDevice().getSectorSize()); in init()
39 public abstract long getSize() throws IOException; in getSize() method
107 public long getSize() { in getSize() method in LocalFileRecord300 long size = getSize(); in outputRecord()326 long remainingRecordSize = getSize() - mDataStartOffset; in outputRecordWithModifiedExtra()
82 public int getSize() { in getSize() method in CentralDirectoryRecord
320 inputOffset += inputLocalFileRecord.getSize(); in sign()446 outputCentralDirSizeBytes += record.getSize(); in sign()