Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetFileStream ( string filename ) : Stream |
Gets the file stream for the specified filename.
|
|
Read ( Stream zipFileStream ) : |
Метод | Описание | |
---|---|---|
CopyBytes ( |
||
ParseCentralDirectory ( ) : List |
||
ZipFile ( Stream zipFileStream ) : System |
public GetFileStream ( string filename ) : Stream | ||
filename | string | The filename. |
Результат | Stream |
public static Read ( Stream zipFileStream ) : |
||
zipFileStream | Stream | |
Результат |