Interface BytesSchemaVersion.ByteArrayComparator
-
- All Superinterfaces:
java.util.Comparator<byte[]>,java.io.Serializable
- Enclosing class:
- BytesSchemaVersion
public static interface BytesSchemaVersion.ByteArrayComparator extends java.util.Comparator<byte[]>, java.io.SerializableThis interface helps to compare byte arrays.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2)
-