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

Method read

classpath/java/io/FilterReader.java:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 public int read() throws IOException {
21 return in.read();
22 }
23
24 public int read(char[] buffer, int offset, int length) throws IOException {
25 return in.read(buffer, offset, length);

Callers

nothing calls this directly

Calls 1

readMethod · 0.65

Tested by

no test coverage detected