public class SignatureComparator extends Object
Constructor and Description |
---|
SignatureComparator() |
Modifier and Type | Method and Description |
---|---|
static int |
_compare(byte[] data1,
int s1,
int l1,
byte[] data2,
int s2,
int l2) |
static int |
compare(byte[] data1,
byte[] data2) |
static int |
compare(ByteBuffer buf1,
ByteBuffer buf2) |
public static int compare(byte[] data1, byte[] data2)
public static int compare(ByteBuffer buf1, ByteBuffer buf2)
public static int _compare(byte[] data1, int s1, int l1, byte[] data2, int s2, int l2)
Copyright © 2015 The Apache Software Foundation