Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ binaryToBase64
Method
binaryToBase64
java/lib/src/main/java/io/github/ccxt/base/Encode.java:69–69 ·
view source on GitHub ↗
(byte[] buff)
Source
from the content-addressed store, hash-verified
67
}
68
69
public
static
String binaryToBase64(byte[] buff) {
return
BinaryToBase64(buff); }
70
public
static
String BinaryToBase64(byte[] buff) {
71
return
Base64.getEncoder().encodeToString(buff);
72
}
Callers
2
binaryToBase64
Method · 0.95
signTxEd25519
Method · 0.45
Calls
1
BinaryToBase64
Method · 0.95
Tested by
no test coverage detected