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