Zip for UWP/WinRT
OpenWriter(String,DateTime,Boolean) メソッド

新しいエントリの名前。
ファイルが最後に変更された日付/時刻。
メモリストリームと一時ファイルのどちらを使用するか。
zip ファイルに1つのエントリを書き込むためのストリームを開きます。
構文
'宣言
 
Public Overloads Function OpenWriter( _
   ByVal entryName As System.String, _
   ByVal dateTime As System.Date, _
   ByVal useMemory As System.Boolean _
) As System.IO.Stream
public System.IO.Stream OpenWriter( 
   System.string entryName,
   System.DateTime dateTime,
   System.bool useMemory
)

パラメータ

entryName
新しいエントリの名前。
dateTime
ファイルが最後に変更された日付/時刻。
useMemory
メモリストリームと一時ファイルのどちらを使用するか。

戻り値の型

zip ファイルにデータを書き込むために使用できるストリーム。ストリームが閉じるまでエントリは追加されません。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1ZipEntryCollection クラス
C1ZipEntryCollection メンバ
オーバーロード一覧

Send Feedback