predictCompressedLength

open fun predictCompressedLength(contentLength: Long): Long?(source)

Provides an estimation for the compressed length based on the originalLength or return null if it's impossible.

Report a problem