Package com.drew.lang

Class ByteConvert

java.lang.Object
com.drew.lang.ByteConvert

public class ByteConvert extends Object
Author:
Drew Noakes http://drewnoakes.com
  • Constructor Details

    • ByteConvert

      public ByteConvert()
  • Method Details

    • toInt32BigEndian

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

      public static int toInt32LittleEndian(byte[] bytes)