Package org.apache.jute
Class Utils
java.lang.Object
org.apache.jute.Utils
Various utility functions for Hadoop record I/O runtime.
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
compareBytes
(byte[] b1, int off1, int len1, byte[] b2, int off2, int len2)
-
Method Details
-
compareBytes
public static int compareBytes(byte[] b1, int off1, int len1, byte[] b2, int off2, int len2)
-