Interface BytesSchemaVersion.ByteArrayComparator

All Superinterfaces:
Comparator<byte[]>, Serializable
Enclosing class:
BytesSchemaVersion

public static interface BytesSchemaVersion.ByteArrayComparator extends Comparator<byte[]>, Serializable
This interface helps to compare byte arrays.
  • Method Details

    • compare

      int compare(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2)