pub fn decompressed_size_from_reader(
    reader: impl Read,
) -> Result<u64, DecompressError>Expand description
Returns the decompressed size of the delivery blob from reader.
pub fn decompressed_size_from_reader(
    reader: impl Read,
) -> Result<u64, DecompressError>Returns the decompressed size of the delivery blob from reader.