Package com.drew.lang

Class ByteConvert


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

      Constructors 
      Constructor Description
      ByteConvert()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int toInt32BigEndian​(byte[] bytes)  
      static int toInt32LittleEndian​(byte[] bytes)  
      • Methods inherited from class java.lang.Object

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

      • ByteConvert

        public ByteConvert()
    • Method Detail

      • toInt32BigEndian

        public static int toInt32BigEndian​(byte[] bytes)
      • toInt32LittleEndian

        public static int toInt32LittleEndian​(byte[] bytes)