Zip for WPF/Silverlight
IsZipFile(Stream) メソッド

C1.Silverlight.Zip.5 アセンブリ > C1.C1Zip 名前空間 > C1ZipFile クラス > IsZipFile メソッド : IsZipFile(Stream) メソッド
テストする System.IO.Stream
ストリームに有効な zip ファイルが含まれるかどうかをテストします。
シンタックス
'宣言
 
Public Overloads Shared Function IsZipFile( _
   ByVal stream As System.IO.Stream _
) As System.Boolean
public static System.bool IsZipFile( 
   System.IO.Stream stream
)

パラメータ

stream
テストする System.IO.Stream

戻り値の型

stream に有効な zip ファイルが含まれる場合は true、そうでない場合は false。
参照

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