Zip for .NET
Add(Stream,String) メソッド

C1.C1Zip.4.5.2 アセンブリ > C1.C1Zip 名前空間 > C1ZipEntryCollection クラス > Add メソッド : Add(Stream,String) メソッド
新しいエントリのデータを含む Stream。
新規エントリとして使用する名前。
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
新しいエントリのデータを含む Stream。
entryName
新規エントリとして使用する名前。
参照

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