api

http4k / org.apache.commons.fileupload.util.mime / QuotedPrintableDecoder / decode

decode

static fun decode(data: ByteArray!, out: OutputStream!): Unit

Decode the encoded byte data writing it to the given output stream.

Parameters

data - ByteArray!: The array of byte data to decode.

out - OutputStream!: The output stream used to return the decoded data.

Exceptions

IOException - if an error occurs