Home
last modified time | relevance | path

Searched refs:inputCompressedStream (Results 1 – 1 of 1) sorted by relevance

/external/lzma/Java/SevenZip/
DLzmaBench.java338 MyInputStream inputCompressedStream = null; in LzmaBenchmark() local
351 inputCompressedStream = new MyInputStream(compressedBuffer, compressedSize); in LzmaBenchmark()
362 inputCompressedStream.reset(); in LzmaBenchmark()
367 if (!decoder.Code(inputCompressedStream, crcOutStream, outSize)) in LzmaBenchmark()