api

http4k / org.apache.commons.fileupload.util.mime / Base64Decoder

Base64Decoder

class Base64Decoder

Since 1.3

Functions

Name Summary
decode Decode the base 64 encoded byte data writing it to the given output stream, whitespace characters will be ignored.static fun decode(data: ByteArray!, out: OutputStream!): Unit