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

  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 254 endImpl();
257 private void endImpl() {
259 endImpl(streamHandle);
265 private native void endImpl(long handle);
274 endImpl(); // in case those classes don't call super.end()
Inflater.java 96 endImpl(streamHandle);
103 private native void endImpl(long handle);

Completed in 346 milliseconds