Encoding.outlen

Given the input length, inlen, calculate the needed output length to perform an encoding or decoding step.

struct Encoding
size_t
outlen
(
size_t inlen
)

Parameters

inlen size_t

an input length

Return Value

Type: size_t

the maximum number of bytes needed to encode or decode a buffer of inlen bytes.