Click or drag to resize

ICompressor Properties

The ICompressor type exposes the following members.

Properties
 NameDescription
Public propertyCompressedBytesRead When decompressing, gets the number of compressed bytes read.
Public propertyCompressedBytesWritten When compressing, gets the number of compressed bytes written.
Public propertyCompressedSize Gets the length of the underlying compressed stream.
Public propertyUncompressedBytesRead When decompressing, gets the number of uncompressed bytes read.
Public propertyUncompressedBytesWritten When compressing, gets the number of uncompressed bytes written.
Top
See Also