Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ fourBytesToInt
Method
fourBytesToInt
src/rnabloom/util/SeqBitsUtils.java:232–234 ·
view source on GitHub ↗
(byte[] b)
Source
from the content-addressed store, hash-verified
230
}
231
232
public
static
int
fourBytesToInt(byte[] b) {
233
return
ByteBuffer.wrap(b).getInt();
234
}
235
236
public
static
byte[] seqToBits(String seq) {
237
int
seqLen = seq.length();
Callers
1
next
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected