Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google/guava
/ close
Method
close
android/guava/src/com/google/common/io/MultiReader.java:86–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
@Override
87
public
void
close() throws IOException {
88
if
(current != null) {
89
try {
90
current.close();
91
} finally {
92
current = null;
93
}
94
}
95
}
96
}
Callers
1
advance
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected