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

Method read

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

Source from the content-addressed store, hash-verified

12
13public abstract class InputStream implements Closeable {
14 public abstract int read() throws IOException;
15
16 public int read(byte[] buffer) throws IOException {
17 return read(buffer, 0, buffer.length);

Callers 3

mainMethod · 0.95
skipMethod · 0.95
findClassMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76