Class ByteMatchResult

java.lang.Object
cool.scx.io.ByteMatchResult

public final class ByteMatchResult extends Object
ByteMatchResult
Version:
0.0.1
Author:
scx567888
  • Field Details

    • index

      public final long index
    • matchedLength

      public final int matchedLength
  • Constructor Details

    • ByteMatchResult

      public ByteMatchResult(long index, int matchedLength)