Click or drag to resize

ICompressor Interface

Interface for streams that compress data.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface ICompressor

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