Base64Encoder.write

Input a part of a message to the encoder.

class Base64Encoder
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