Method | Description | |
---|---|---|
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 file. Returns null if the file could not be found.
|
|
ZipFile ( Stream zipFileStream ) : System |
Initializes a new instance of the ZipFile class.
|
Method | Description | |
---|---|---|
CopyBytes ( |
||
ParseCentralDirectory ( ) : List |
public GetFileStream ( string filename ) : Stream | ||
filename | string | The filename. |
return | Stream |
public ZipFile ( Stream zipFileStream ) : System | ||
zipFileStream | Stream | The zip file stream. |
return | System |