Searched defs:keepSizeBefore (Results 1 – 4 of 4) sorted by relevance
25 private final int keepSizeBefore; field in LZEncoder63 int keepSizeBefore = extraSizeBefore + dictSize; in getBufSize() local
67 public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv) in Create()
67 public void Create(int keepSizeBefore, int keepSizeAfter, int keepSizeReserv) in Create()
39 UInt32 keepSizeBefore; member