MCPcopy Index your code
hub / github.com/ccxt/ccxt / binaryToBase16

Method binaryToBase16

java/lib/src/main/java/io/github/ccxt/Exchange.java:652–654  ·  view source on GitHub ↗
(Object buff2)

Source from the content-addressed store, hash-verified

650 }
651
652 public static String binaryToBase16(Object buff2) {
653 return Encode.binaryToBase16(buff2);
654 }
655
656 public static String binaryToBase64(Object buff) {
657 return Encode.binaryToBase64((byte[]) buff);

Callers 15

testBinaryToBase16Function · 0.95
testBase16ToBinaryFunction · 0.95
encodeDydxTxRawMethod · 0.95
randomBytesMethod · 0.95
stringToBase16Method · 0.95
testBinaryToBase16Function · 0.95
testBase16ToBinaryFunction · 0.95
encodeDydxTxRawMethod · 0.95
randomBytesMethod · 0.95
stringToBase16Method · 0.95

Calls 1

binaryToBase16Method · 0.95

Tested by

no test coverage detected