HomeSort by relevance Sort by last modified time
    Searched defs:LZEncoder (Results 1 - 2 of 2) sorted by null

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Hash234.java 85 LZEncoder.normalize(hash2Table, normalizeOffset);
86 LZEncoder.normalize(hash3Table, normalizeOffset);
87 LZEncoder.normalize(hash4Table, normalizeOffset);
LZEncoder.java 2 * LZEncoder
16 public abstract class LZEncoder {
67 * Gets approximate memory usage of the LZEncoder base structure and
94 * Creates a new LZEncoder.
117 public static LZEncoder getInstance(
134 * Creates a new LZEncoder. See <code>getInstance</code>.
136 LZEncoder(int dictSize, int extraSizeBefore, int extraSizeAfter,
150 * function must be called immediately after creating the LZEncoder
186 * Copies new data into the LZEncoder's buffer.

Completed in 95 milliseconds