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

Method read

src/rnabloom/bloom/buffer/LargeBitBuffer.java:108–111  ·  view source on GitHub ↗
(FileInputStream in)

Source from the content-addressed store, hash-verified

106 }
107
108 @Override
109 public void read(FileInputStream in) throws IOException {
110 backingByteBuffer.read(in);
111 }
112
113 @Override
114 public AbstractLargeByteBuffer getBackingByteBuffer() {

Callers 5

nextMethod · 0.45
PairedKeysBloomFilterMethod · 0.45
CountingBloomFilterMethod · 0.45
BloomFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected