e-CryptIt Engine - Compression Xojo Plugin

ZStreamWriter.CompressedSize Property

Returns the size of the compressed data in the stream.

CompressedSize as Integer {Read}

Remarks

This property is not accurate until after the stream is closed because some data that has been pushed to the stream might still be uncompressed in temporary buffers until it gets flushed which happens when the stream is closed with the Close method.

See Also

ZStreamWriter Class