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

Method read

classpath/avian/LegacyObjectInputStream.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 public int read() throws IOException {
36 return in.read();
37 }
38
39 public int read(byte[] b, int offset, int length) throws IOException {
40 return in.read(b, offset, length);

Callers 10

readBooleanMethod · 0.95
readByteMethod · 0.95
readCharMethod · 0.95
readShortMethod · 0.95
readIntMethod · 0.95
readLongMethod · 0.95
readFloatMethod · 0.95
readDoubleMethod · 0.95
deserializeArrayMethod · 0.95
deserializeObjectMethod · 0.95

Calls 2

skipSpaceMethod · 0.95
readMethod · 0.65

Tested by

no test coverage detected