Zip for WinRT
IsZipFile Method

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

Parameters

stream
テストする System.IO.Stream

Return Value

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

Reference

C1ZipFile Class
C1ZipFile Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback