public class ByteUtil extends Object
ByteUtil()
static int
getInt16(byte[] buffer, int offset, boolean bigEndian)
getInt32(byte[] buffer, int offset, boolean bigEndian)
static long
getLong64(byte[] buffer, int offset, boolean bigEndian)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ByteUtil()
public static int getInt16(byte[] buffer, int offset, boolean bigEndian)
public static int getInt32(byte[] buffer, int offset, boolean bigEndian)
public static long getLong64(byte[] buffer, int offset, boolean bigEndian)
Copyright © 2002-2017 Drew Noakes. All Rights Reserved.