Zip for WinRT
MemoryThreshold Property

メモリで圧縮される最大ストリームサイズを取得または設定します。
Syntax
'Declaration
 
Public Property MemoryThreshold As System.Integer
public System.int MemoryThreshold {get; set;}
Remarks

C1ZipFile は、zip ファイルにエントリを追加する前に、一時ストリームにエントリを圧縮します。

MemoryThreshold バイトより小さいエントリは、一時メモリストリームを使用して圧縮されます。

MemoryThreshold バイトより大きいエントリは、一時ファイルを使用して圧縮されます。一時ファイルの場所は、TempFileName プロパティを使用して制御できます。

See Also

Reference

C1ZipFile Class
C1ZipFile Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback