Searched defs:fromLittleEndian (Results 1 – 1 of 1) sorted by relevance
67 public static long fromLittleEndian(byte[] bytes) { in fromLittleEndian() method in ByteUtils79 public static long fromLittleEndian(byte[] bytes, final int off, final int length) { in fromLittleEndian() method in ByteUtils97 public static long fromLittleEndian(InputStream in, int length) throws IOException { in fromLittleEndian() method in ByteUtils124 … public static long fromLittleEndian(ByteSupplier supplier, final int length) throws IOException { in fromLittleEndian() method in ByteUtils146 public static long fromLittleEndian(DataInput in, int length) throws IOException { in fromLittleEndian() method in ByteUtils