New to Telerik Document ProcessingStart a free 30-day trial

Indicates whether a transformation stream performs reading (decryption/decompression) or writing (encryption/compression) operations.

Definition

Namespace:Telerik.Windows.Zip

Assembly:Telerik.Windows.Zip.dll

Syntax:

C#
public enum StreamOperationMode

Fields

Stream consumes underlying data, producing decoded (decrypted/decompressed) output.

C#
Read = 0

Stream accepts input to produce encoded (encrypted/compressed) data written to the base stream.

C#
Write = 1
In this article
DefinitionFieldsReadWrite
Not finding the help you need?
Contact Support