EnumTemporaryStreamType
Enum
Type of the temporary stream.
Definition
Namespace:Telerik.Windows.Zip.Extensions
Assembly:Telerik.Windows.Zip.Extensions.dll
Syntax:
cs-api-definition
public enum TemporaryStreamType
Fields
File
The temporary stream represents temporary file in the file system.
Declaration
cs-api-definition
File = 0
Field Value
Remarks
It allows manipulations with large archives and minimize memory consumption.
Memory
The temporary stream represents data in the memory.
Declaration
cs-api-definition
Memory = 1
Field Value
Remarks
It is the fastest way of the data manipulation.