MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / close

Method close

src/rnabloom/io/FastqReader.java:226–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224 }
225
226 @Override
227 public void close() throws IOException {
228 br.close();
229 }
230
231 public static void main(String[] args) {
232 //debug

Callers 2

populateGraphHelperMethod · 0.95
isCorrectFormatMethod · 0.95

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected