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

Method close

output/java_guava/1.4.16/MultiInputStream.java:49–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 @Override
50 public void close() throws IOException {
51 if (in != null) {
52 try {
53 in.close();
54 } finally {
55 in = null;
56 }
57 }
58 }
59
60 /**
61 * Closes the current input stream and opens the next one, if any.

Callers 1

advanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected