Home
last modified time | relevance | path

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

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