MCPcopy Create free account
hub / github.com/BaseXdb/basex / encode

Method encode

basex-core/src/main/java/org/basex/util/Base64.java:27–29  ·  view source on GitHub ↗

Encodes the specified string. @param token value to be encoded @return resulting token

(final String token)

Source from the content-addressed store, hash-verified

25 * @return resulting token
26 */
27 public static String encode(final String token) {
28 return string(encode(token(token)));
29 }
30
31 /**
32 * Encodes the specified token.

Callers 11

hmacMethod · 0.95
stringMethod · 0.95
toStringMethod · 0.95
basicMethod · 0.95
assignMethod · 0.95
responseWithCharsetMethod · 0.45
sendMethod · 0.45
__init__Method · 0.45
__send_binary_inputMethod · 0.45
printMethod · 0.45
testReaderWriterMethod · 0.45

Calls 4

addMethod · 0.95
finishMethod · 0.95
tokenMethod · 0.65
stringMethod · 0.45

Tested by 3

responseWithCharsetMethod · 0.36
sendMethod · 0.36
testReaderWriterMethod · 0.36