Searched defs:inflateImpl (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DInflater.java55 private int inRead; // Set by inflateImpl.
56 private boolean finished; // Set by inflateImpl.
57 private boolean needsDictionary; // Set by inflateImpl.
228 int result = inflateImpl(buf, offset, byteCount, streamHandle);
235 private native int inflateImpl(byte[] buf, int offset, int byteCount, long handle); method in class:Inflater

Completed in 73 milliseconds