Click or drag to resize

ICompressor Interface

Interface for streams that compress data.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
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