MCPcopy Create free account
hub / github.com/bboyairwreck/PieMessage / encodeBytesToBytes

Method encodeBytesToBytes

JavaWebServer/src/plist/Base64.java:902–910  ·  view source on GitHub ↗

Similar to #encodeBytes(byte[]) but returns a byte array instead of instantiating a String. This is more efficient if you're working with I/O streams and have large data sets to encode. @param source The data to convert @return The Base64-encoded data as a byte[] (of ASCII characters) @thro

(byte[] source)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

encodeBytesMethod · 0.95

Calls 3

closeMethod · 0.95
encode3to4Method · 0.95
writeMethod · 0.45

Tested by

no test coverage detected