Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WinterSync
ZipArchive
C# Class WinterSync.ZipArchive
Inheritance:
Archive
显示文件
Open project: ZeroK-RTS/SpringRTS-Tools
Public Methods
Method
Description
Dispose
( ) :
void
ExtractFile
(
string
file
) :
byte[]
RawListFiles
( ) :
string[]
ZipArchive
(
string
archive
) :
System
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
ExtractFile()
public
method
public
ExtractFile
(
string
file
) :
byte[]
file
string
return
byte[]
RawListFiles()
public
method
public
RawListFiles
( ) :
string[]
return
string[]
ZipArchive()
public
method
public
ZipArchive
(
string
archive
) :
System
archive
string
return
System