Class LZ4.Match

  • Enclosing class:
    LZ4

    private static class LZ4.Match
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int len  
      (package private) int ref  
      (package private) int start  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Match()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int end()  
      (package private) void fix​(int correction)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • start

        int start
      • ref

        int ref
      • len

        int len
    • Constructor Detail

      • Match

        private Match()
    • Method Detail

      • fix

        void fix​(int correction)
      • end

        int end()