메소드 | 설명 | |
---|---|---|
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 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 |