Home
last modified time | relevance | path

Searched defs:fromLittleEndian (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DByteUtils.java67 public static long fromLittleEndian(byte[] bytes) { in fromLittleEndian() method in ByteUtils
79 public static long fromLittleEndian(byte[] bytes, final int off, final int length) { in fromLittleEndian() method in ByteUtils
97 public static long fromLittleEndian(InputStream in, int length) throws IOException { in fromLittleEndian() method in ByteUtils
124 … public static long fromLittleEndian(ByteSupplier supplier, final int length) throws IOException { in fromLittleEndian() method in ByteUtils
146 public static long fromLittleEndian(DataInput in, int length) throws IOException { in fromLittleEndian() method in ByteUtils