MCPcopy Create free account
hub / github.com/bage2014/study / decode

Method decode

study-utils/src/main/java/com/gootrip/util/Base64.java:525–527  ·  view source on GitHub ↗

Decode a Base64 encoded String. Characters that are not part of the Base64 alphabet are ignored in the input. The String is converted to and from bytes according to the platform's default character encoding. @param string The data to decode. @return A decoded String. @since ostermillerutils 1.00.0

(String string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

decodeToStringMethod · 0.95
decodeToStreamMethod · 0.95
decodeToBytesMethod · 0.95

Calls 4

moveMethod · 0.95
readBase64Method · 0.95
closeMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected