Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ fromBase64
Method
fromBase64
src/main/java/util/Strconv.java:134–136 ·
view source on GitHub ↗
(String s)
Source
from the content-addressed store, hash-verified
132
}
133
134
public
static
byte[] fromBase64(String s) {
135
return
baosFromBase64(s).toByteArray();
136
}
137
138
public
static
String sFromBase64(String s) {
139
return
baosFromBase64(s).toString();
Callers
4
fetchMediaElements
Method · 0.95
blockArrived
Method · 0.95
blockArrived
Method · 0.95
processServerMessage
Method · 0.95
Calls
1
baosFromBase64
Method · 0.95
Tested by
no test coverage detected