Enum StreamOperationMode
Indicates whether a transformation stream performs reading (decryption/decompression) or writing (encryption/compression) operations.
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public enum StreamOperationMode
Read
Stream consumes underlying data, producing decoded (decrypted/decompressed) output.
Write
Stream accepts input to produce encoded (encrypted/compressed) data written to the base stream.