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

Method rawLong

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

Source from the content-addressed store, hash-verified

84 }
85
86 private long rawLong() throws IOException {
87 return ((rawInt() & 0xffffffffl) << 32) | rawInt();
88 }
89
90 private String rawString() throws IOException {
91 int length = rawShort();

Callers 2

fieldMethod · 0.95
classDescMethod · 0.95

Calls 1

rawIntMethod · 0.95

Tested by

no test coverage detected