Метод | Описание | |
---|---|---|
Contains ( string filename ) : bool | ||
Create ( string filename, IReadWritePackage parent ) : ZipFile | ||
Delete ( string filename ) : void | ||
Dispose ( ) : void | ||
GetStream ( string filename ) : |
||
Update ( string filename, byte contents ) : void | ||
ZipFile ( IReadOnlyFileSystem context, string filename ) : System.Collections | ||
ZipFile ( |
Метод | Описание | |
---|---|---|
Commit ( ) : void | ||
ZipFile ( ) : System.Collections | ||
ZipFile ( string filename, IReadWritePackage parent ) : System.Collections |
public Contains ( string filename ) : bool | ||
filename | string | |
Результат | bool |
public static Create ( string filename, IReadWritePackage parent ) : ZipFile | ||
filename | string | |
parent | IReadWritePackage | |
Результат | ZipFile |
public GetStream ( string filename ) : |
||
filename | string | |
Результат |
public Update ( string filename, byte contents ) : void | ||
filename | string | |
contents | byte | |
Результат | void |
public ZipFile ( IReadOnlyFileSystem context, string filename ) : System.Collections | ||
context | IReadOnlyFileSystem | |
filename | string | |
Результат | System.Collections |
public ZipFile ( |
||
stream | ||
name | string | |
parent | IReadOnlyPackage | |
Результат | System.Collections |