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