'宣言 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。