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

Method close

src/rnabloom/io/PafReader.java:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public void close() throws IOException {
68 br.close();
69 }
70
71 public long getNumRecords() {
72 return records;

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected