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

Method readInt

classpath/java/io/DataInput.java:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 void readFully(byte[] b) throws IOException;
20 void readFully(byte[] b, int off, int len) throws IOException;
21 int readInt() throws IOException;
22 String readLine() throws IOException;
23 long readLong() throws IOException;
24 short readShort() throws IOException;

Callers 3

readObjectMethod · 0.65
readObjectMethod · 0.65
readObjectMethod · 0.65

Implementers 2

DataInputStreamclasspath/java/io/DataInputStream.java
ObjectInputStreamclasspath/java/io/ObjectInputStream.ja

Calls

no outgoing calls

Tested by 1

readObjectMethod · 0.52