Home
last modified time | relevance | path

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

/external/apache-commons-io/src/main/java/org/apache/commons/io/
DEndianUtils.java138 public static long readSwappedLong(final byte[] data, final int offset) { in readSwappedLong() method in EndianUtils
151 public static long readSwappedLong(final InputStream input) throws IOException { in readSwappedLong() method in EndianUtils