C# Class OpenRA.FileSystem.ZipFile

Inheritance: IFolder
Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string filename ) : bool
Create ( string filename, IReadWritePackage parent ) : ZipFile
Delete ( string filename ) : void
Dispose ( ) : void
GetStream ( string filename ) : Stream
Update ( string filename, byte contents ) : void
ZipFile ( IReadOnlyFileSystem context, string filename ) : System.Collections
ZipFile ( Stream stream, string name, IReadOnlyPackage parent = null ) : System.Collections

Private Methods

Méthode Description
Commit ( ) : void
ZipFile ( ) : System.Collections
ZipFile ( string filename, IReadWritePackage parent ) : System.Collections

Method Details

Contains() public méthode

public Contains ( string filename ) : bool
filename string
Résultat bool

Create() public static méthode

public static Create ( string filename, IReadWritePackage parent ) : ZipFile
filename string
parent IReadWritePackage
Résultat ZipFile

Delete() public méthode

public Delete ( string filename ) : void
filename string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetStream() public méthode

public GetStream ( string filename ) : Stream
filename string
Résultat System.IO.Stream

Update() public méthode

public Update ( string filename, byte contents ) : void
filename string
contents byte
Résultat void

ZipFile() public méthode

public ZipFile ( IReadOnlyFileSystem context, string filename ) : System.Collections
context IReadOnlyFileSystem
filename string
Résultat System.Collections

ZipFile() public méthode

public ZipFile ( Stream stream, string name, IReadOnlyPackage parent = null ) : System.Collections
stream System.IO.Stream
name string
parent IReadOnlyPackage
Résultat System.Collections