Zip for UWP/WinRT
C1ZipFile コンストラクタ(Stream,Boolean)

zip データを含む System.IO.Stream
空の zip ヘッダーでストリームを初期化するか、ストリームの既存の zip ファイルを開きます。
C1ZipFile クラスの新しいインスタンスを初期化し、この新しいインスタンスに関連付けられた zip ストリームを開きます。
構文
'宣言
 
Public Function New( _
   ByVal stream As System.IO.Stream, _
   ByVal create As System.Boolean _
)
public C1ZipFile( 
   System.IO.Stream stream,
   System.bool create
)

パラメータ

stream
zip データを含む System.IO.Stream
create
空の zip ヘッダーでストリームを初期化するか、ストリームの既存の 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

参照

関連項目

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

Send Feedback