Searched refs:setPresetDict (Results 1 – 3 of 3) sorted by relevance
272 public void setPresetDict(byte[] presetDict) { in setPresetDict() method in LZMA2Options
74 lz.setPresetDict(dictSize, presetDict); in LZMA2OutputStream()
153 public void setPresetDict(int dictSize, byte[] presetDict) { in setPresetDict() method in LZEncoder