Searched refs:bytesToGetFromInflaterInput (Results 1 – 1 of 1) sorted by relevance
92 int bytesToGetFromInflaterInput = Math.min(bytesRemainingInInflaterInput, bytesToSkip); in skipBytes() local93 crc.update(inflaterInput, inflaterInputStart, bytesToGetFromInflaterInput); in skipBytes()94 inflaterInputStart += bytesToGetFromInflaterInput; in skipBytes()95 bytesToSkip -= bytesToGetFromInflaterInput; in skipBytes()