Base64Decoder

Since

1.3

Functions

Link copied to clipboard
open fun decode(data: Array<Byte>, out: OutputStream)
Decode the base 64 encoded byte data writing it to the given output stream, whitespace characters will be ignored.