Package com.drew.lang

Class ByteUtil


  • public class ByteUtil
    extends Object
    • Constructor Detail

      • ByteUtil

        public ByteUtil()
    • Method Detail

      • getInt16

        public static int getInt16​(byte[] buffer,
                                   int offset,
                                   boolean bigEndian)
      • getInt32

        public static int getInt32​(byte[] buffer,
                                   int offset,
                                   boolean bigEndian)
      • getLong64

        public static long getLong64​(byte[] buffer,
                                     int offset,
                                     boolean bigEndian)