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