MCPcopy Create free account
hub / github.com/HTBridge/pivaa / encode

Method encode

app/src/main/java/org/apache/commons/codec/binary/Hex.java:405–408  ·  view source on GitHub ↗

Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order. The returned array will be double the length of the passed array, as it takes two characters to represent any given byte. The conversion from hexadecimal characters to

(final byte[] array)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

encodeHexStringMethod · 0.95
getCharsetMethod · 0.95
encodeHexMethod · 0.95
getBytesMethod · 0.80

Tested by

no test coverage detected