ICompressor Interface |
Namespace: Ookii.Jumbo
The ICompressor type exposes the following members.
| Name | Description | |
|---|---|---|
| CompressedBytesRead |
When decompressing, gets the number of compressed bytes read.
| |
| CompressedBytesWritten |
When compressing, gets the number of compressed bytes written.
| |
| CompressedSize |
Gets the length of the underlying compressed stream.
| |
| UncompressedBytesRead |
When decompressing, gets the number of uncompressed bytes read.
| |
| UncompressedBytesWritten |
When compressing, gets the number of uncompressed bytes written.
|