Searched refs:restBytes (Results 1 – 1 of 1) sorted by relevance
220 final int restBytes = result.length - totalReadBytes; in decompress() local221 final int readBytes = unzipper.read(result, totalReadBytes, restBytes); in decompress()