Zip for UWP/WinRT
Add(Stream,String) メソッド

新しいエントリのデータを含むストリーム。
新しいエントリに使用する名前。
現在の zip ファイルにストリームを追加します。
構文
'宣言
 
Public Overloads Sub Add( _
   ByVal stream As System.IO.Stream, _
   ByVal entryName As System.String _
) 
public void Add( 
   System.IO.Stream stream,
   System.string entryName
)

パラメータ

stream
新しいエントリのデータを含むストリーム。
entryName
新しいエントリに使用する名前。
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