Searched refs:inputSize (Results 1 – 1 of 1) sorted by relevance
526 private static final long getChunkCount(long inputSize, int chunkSize) { in getChunkCount() argument527 return (inputSize + chunkSize - 1) / chunkSize; in getChunkCount()