decodeOutMaxSizeOrFailProtected

protected abstract fun decodeOutMaxSizeOrFailProtected(encodedSize: Int, input: DecoderInput): Int(source)

Will only receive values greater than 0.

Implementations of this function should not take lineBreakInterval into consideration when pre-calculating the output size. Data being decoded may not have been encoded using this EncoderDecoder.

See also