HomeSort by relevance Sort by last modified time
    Searched refs:inflatIP2 (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterInputStreamTest.java 410 InflaterInputStream inflatIP2 = new InflaterInputStream(infile2);
415 skip = inflatIP2.skip(Integer.MAX_VALUE);
433 inflatIP2.close();
InflaterTest.java 739 BufferedInputStream inflatIP2 = new BufferedInputStream(infile2);
740 inflatIP2.read(outPutDiction, 0, outPutDiction.length);
741 inflatIP2.close();
    [all...]

Completed in 81 milliseconds