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

Method write

src/rnabloom/bloom/buffer/LargeBitBuffer.java:103–106  ·  view source on GitHub ↗
(FileOutputStream out)

Source from the content-addressed store, hash-verified

101 }
102
103 @Override
104 public void write(FileOutputStream out) throws IOException {
105 backingByteBuffer.write(out);
106 }
107
108 @Override
109 public void read(FileInputStream in) throws IOException {

Callers 4

saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected