Encodes and decodes to and from Base64 notation. Homepage: http://iharder.net/base64 . Example: String encoded = Base64.encode( myByteArray ); byte[] myByteArray = Base64.decode( encoded ); <p
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected