MCPcopy Create free account
hub / github.com/facebook/SoLoader / getu16

Method getu16

java/com/facebook/soloader/MinElf.java:321–324  ·  view source on GitHub ↗
(ElfByteChannel bc, ByteBuffer bb, long offset)

Source from the content-addressed store, hash-verified

319 }
320
321 private static int getu16(ElfByteChannel bc, ByteBuffer bb, long offset) throws IOException {
322 read(bc, bb, 2, offset);
323 return bb.getShort() & (int) 0xFFFF; // signed -> unsigned
324 }
325
326 private static short getu8(ElfByteChannel bc, ByteBuffer bb, long offset) throws IOException {
327 read(bc, bb, 1, offset);

Callers 1

Calls 1

readMethod · 0.95

Tested by

no test coverage detected