Base64Decoder.write

Input a part of a message to the decoder.

class Base64Decoder
override
void
write
(
const(ubyte)* input
,
size_t length
)

Parameters

input const(ubyte)*

the message to input as a ubyte array

length size_t

the length of the ubyte array input

Meta