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

Method MultiReader

output/java_guava/1.4.19/MultiReader.java:38–41  ·  view source on GitHub ↗
(Iterator<? extends CharSource> readers)

Source from the content-addressed store, hash-verified

36 private Reader current;
37
38 MultiReader(Iterator<? extends CharSource> readers) throws IOException {
39 this.it = readers;
40 advance();
41 }
42
43 /**
44 * 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