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

Method read

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

Source from the content-addressed store, hash-verified

64 }
65
66 public int read() throws IOException {
67 return in.read();
68 }
69
70 private int rawByte() throws IOException {
71 int c = read();

Callers 4

rawByteMethod · 0.95
readFullyMethod · 0.95
readLineMethod · 0.95
skipBytesMethod · 0.95

Calls 1

readMethod · 0.65

Tested by

no test coverage detected