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

Method fill

classpath/java/io/BufferedReader.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 String readLine() throws IOException {
34 StringBuilder sb = new StringBuilder();

Callers 2

readLineMethod · 0.95
readMethod · 0.95

Calls 1

readMethod · 0.65

Tested by

no test coverage detected