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

Method read

classpath/java/io/DataInputStream.java:24–26  ·  view source on GitHub ↗
(byte[] buffer)

Source from the content-addressed store, hash-verified

22 }
23
24 public int read(byte[] buffer) throws IOException {
25 return in.read(buffer);
26 }
27
28 public int read(byte[] buffer, int offset, int length) throws IOException {
29 return in.read(buffer, offset, length);

Callers 3

readFullyMethod · 0.95
readLineMethod · 0.95
skipBytesMethod · 0.95

Calls 1

readMethod · 0.65

Tested by

no test coverage detected