Class BinTree

    • Constructor Detail

      • BinTree

        public BinTree()
    • Method Detail

      • SetType

        public void SetType​(int numHashBytes)
      • Init

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

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

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

        public int GetMatches​(int[] distances)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • Skip

        public void Skip​(int num)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • SetCutValue

        public void SetCutValue​(int cutValue)