MCPcopy Create free account
hub / github.com/antlr/codebuff / MultiReader

Method MultiReader

corpus/java/training/guava/io/MultiReader.java:37–40  ·  view source on GitHub ↗
(Iterator<? extends CharSource> readers)

Source from the content-addressed store, hash-verified

35 private Reader current;
36
37 MultiReader(Iterator<? extends CharSource> readers) throws IOException {
38 this.it = readers;
39 advance();
40 }
41
42 /**
43 * Closes the current reader and opens the next one, if any.

Callers

nothing calls this directly

Calls 1

advanceMethod · 0.95

Tested by

no test coverage detected