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

Method readInt

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

Source from the content-addressed store, hash-verified

179 }
180
181 public int readInt() throws IOException {
182 return rawBlockDataInt();
183 }
184
185 public long readLong() throws IOException {
186 return rawBlockDataLong();

Callers 1

mainMethod · 0.95

Calls 1

rawBlockDataIntMethod · 0.95

Tested by 1

mainMethod · 0.76