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

/libcore/luni/src/main/native/
H A DZipUtilities.cpp44 void NativeZipStream::setDictionary(JNIEnv* env, jbyteArray javaDictionary, int off, int len, function in class:NativeZipStream
/libcore/luni/src/main/java/java/util/zip/
H A DDeflater.java370 public void setDictionary(byte[] dictionary) { method in class:Deflater
371 setDictionary(dictionary, 0, dictionary.length);
380 public synchronized void setDictionary(byte[] buf, int offset, int byteCount) { method in class:Deflater
H A DInflater.java240 * to determine whether a dictionary is required. If so, {@link #setDictionary}
273 public synchronized void setDictionary(byte[] dictionary) { method in class:Inflater
274 setDictionary(dictionary, 0, dictionary.length);
282 public synchronized void setDictionary(byte[] dictionary, int offset, int byteCount) { method in class:Inflater

Completed in 90 milliseconds