Base64.encodeClose

Flush the status from a sequence of calls to g_base64_encode_step(). The output buffer must be large enough to fit all the data that will be written to it. It will need up to 4 bytes, or up to 5 bytes if line-breaking is enabled. Since 2.12

class Base64
static
encodeClose
(,
string f_out
,
ref int state
,
ref int save
)

Parameters

breakLines int

whether to break long lines

state int

Saved state from g_base64_encode_step(). inout

save int

Saved state from g_base64_encode_step(). inout

Return Value

Type: gsize

The number of bytes of output that was written

Meta