Class BinTree

java.lang.Object
SevenZip.Compression.LZ.InWindow
SevenZip.Compression.LZ.BinTree

public class BinTree extends InWindow
  • Constructor Details

    • BinTree

      public BinTree()
  • Method Details

    • SetType

      public void SetType(int numHashBytes)
    • Init

      public void Init() throws IOException
      Overrides:
      Init in class InWindow
      Throws:
      IOException
    • MovePos

      public void MovePos() throws IOException
      Overrides:
      MovePos in class InWindow
      Throws:
      IOException
    • Create

      public boolean Create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter)
    • GetMatches

      public int GetMatches(int[] distances) throws IOException
      Throws:
      IOException
    • Skip

      public void Skip(int num) throws IOException
      Throws:
      IOException
    • SetCutValue

      public void SetCutValue(int cutValue)