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

Method available

classpath/java/io/ObjectInput.java:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13public interface ObjectInput {
14 public int available();
15 public void close();
16 public void read();
17 public void read(byte[] b);

Callers 2

readMethod · 0.65
availableMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected