MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / readShort

Method readShort

src/bin/io/RandomAccessFile.java:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 default short readShort() throws IOException {
98 return (short) readUShort();
99 }
100

Callers

nothing calls this directly

Implementers 1

BufferedRandomAccessFilesrc/bin/io/BufferedRandomAccessFile.ja

Calls

no outgoing calls

Tested by

no test coverage detected