Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipFile Class / IsZipFile Method / IsZipFile(Stream) Method
テストする System.IO.Stream

In This Topic
    IsZipFile(Stream) Method
    In This Topic
    ストリームに有効な zip ファイルが含まれるかどうかをテストします。
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsZipFile( _
       ByVal stream As Stream _
    ) As Boolean
    public static bool IsZipFile( 
       Stream stream
    )

    Parameters

    stream
    テストする System.IO.Stream

    Return Value

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