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

Method fill

classpath/java/io/BufferedInputStream.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 private void fill() throws IOException {
29 position = 0;
30 limit = in.read(buffer);
31 }
32
33 public int read() throws IOException {
34 if (position >= limit) {

Callers 1

readMethod · 0.95

Calls 1

readMethod · 0.65

Tested by

no test coverage detected