Searched defs:presetDict (Results 1 – 5 of 5) sorted by relevance
/external/xz-java/src/org/tukaani/xz/ |
D | LZMAInputStream.java | 407 int dictSize, byte[] presetDict) in LZMAInputStream() 454 int dictSize, byte[] presetDict, in LZMAInputStream() 495 int dictSize, byte[] presetDict) in LZMAInputStream() 543 int dictSize, byte[] presetDict, in LZMAInputStream() 551 int dictSize, byte[] presetDict, in initialize() 583 int dictSize, byte[] presetDict, in initialize()
|
D | LZMA2InputStream.java | 138 public LZMA2InputStream(InputStream in, int dictSize, byte[] presetDict) { in LZMA2InputStream() 163 LZMA2InputStream(InputStream in, int dictSize, byte[] presetDict, in LZMA2InputStream()
|
D | LZMA2Options.java | 133 private byte[] presetDict = null; field in LZMA2Options 272 public void setPresetDict(byte[] presetDict) { in setPresetDict()
|
/external/xz-java/src/org/tukaani/xz/lz/ |
D | LZDecoder.java | 28 public LZDecoder(int dictSize, byte[] presetDict, ArrayCache arrayCache) { in LZDecoder()
|
D | LZEncoder.java | 162 public void setPresetDict(int dictSize, byte[] presetDict) { in setPresetDict()
|