Searched refs:getPresetDict (Results 1 – 4 of 4) sorted by relevance
19 if (options.getPresetDict() != null) in LZMA2Encoder()
74 byte[] presetDict = options.getPresetDict(); in LZMAOutputStream()
279 public byte[] getPresetDict() { in getPresetDict() method in LZMA2Options
77 byte[] presetDict = options.getPresetDict(); in LZMA2OutputStream()