public interface ByteArrayComparator
int
compare(byte[] left, byte[] right)
int compare(byte[] left, byte[] right)
less than 0 iff left < right equal to 0 iff left = right greater than 0 iff left > right