Searched refs:MyInputStream (Results 1 – 1 of 1) sorted by relevance
170 static class MyInputStream extends java.io.InputStream class in LzmaBench176 public MyInputStream(byte[] buffer, int size) in MyInputStream() method in LzmaBench.MyInputStream333 MyInputStream inStream = new MyInputStream(rg.Buffer, rg.BufferSize); in LzmaBenchmark()338 MyInputStream inputCompressedStream = null; in LzmaBenchmark()351 inputCompressedStream = new MyInputStream(compressedBuffer, compressedSize); in LzmaBenchmark()