decode

open fun decode(data: Array<Byte>, out: OutputStream)

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

Parameters

data

The array of byte data to decode.

out

The output stream used to return the decoded data.

Throws

if an error occurs