MCPcopy Create free account
hub / github.com/ReadyTalk/avian / rawShort

Method rawShort

classpath/java/io/ObjectInputStream.java:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 private int rawShort() throws IOException {
79 return (rawByte() << 8) | rawByte();
80 }
81
82 private int rawInt() throws IOException {
83 return (rawShort() << 16) | rawShort();

Callers 6

ObjectInputStreamMethod · 0.95
rawIntMethod · 0.95
rawStringMethod · 0.95
fieldMethod · 0.95
readObjectMethod · 0.95
classDescMethod · 0.95

Calls 1

rawByteMethod · 0.95

Tested by

no test coverage detected