decodeOutMaxSizeProtected

protected abstract fun decodeOutMaxSizeProtected(encodedSize: Long): Long(source)

Calculate and return a maximum size that a decoding would be for the encodedSize data.

Implementations of this function must not take lineBreakInterval into consideration when pre-calculating the output size, as data being decoded may not have been encoded using this Config.

Will only receive values greater than 0.

See also