Home
last modified time | relevance | path

Searched defs:inflate (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
DDeflaterInputStreamTest.java52 public byte[] inflate(byte[] bytes) throws IOException { in inflate() method in DeflaterInputStreamTest
/libcore/luni/src/main/native/
Dzip.h52 void setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len, bool inflate) { in setDictionary()
/libcore/luni/src/main/java/java/util/zip/
DInflater.java204 public int inflate(byte[] buf) throws DataFormatException { in inflate() method in Inflater
217 …public synchronized int inflate(byte[] buf, int offset, int byteCount) throws DataFormatException { in inflate() method in Inflater