Searched refs:stillToRead (Results 1 – 1 of 1) sorted by relevance
109 long stillToRead = dir.size; in computeCrcOfCentralDir() local111 int length = (int) Math.min(BUFFER_SIZE, stillToRead); in computeCrcOfCentralDir()116 stillToRead -= length; in computeCrcOfCentralDir()117 if (stillToRead == 0) { in computeCrcOfCentralDir()120 length = (int) Math.min(BUFFER_SIZE, stillToRead); in computeCrcOfCentralDir()