public class SignatureComparator
extends java.lang.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(java.nio.ByteBuffer buf1,
java.nio.ByteBuffer buf2) |
Copyright © 2019 The Apache Software Foundation