Class ByteUtil


  • public class ByteUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean equals​(byte[] left, byte[] right)  
      static boolean equals​(byte[] left, byte[] right, int rightOffset, int rightLength)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteUtil

        public ByteUtil()
    • Method Detail

      • equals

        public static boolean equals​(byte[] left,
                                     byte[] right)
      • equals

        public static boolean equals​(byte[] left,
                                     byte[] right,
                                     int rightOffset,
                                     int rightLength)