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

Method read

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

readMethod · 0.65

Tested by

no test coverage detected