[]
Compress stream.
public static MemoryStream Compress(this MemoryStream inStream)
Type | Name | Description |
---|---|---|
MemoryStream | inStream | The memory stream that is subject to compression. |
Type | Description |
---|---|
MemoryStream | Returns the compressed stream. |