C# Class Glare.Assets.Formats.ZipRecord

An entry in a PK-Zip archive file (held with ZipArchive).
Inheritance: DataAsset
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Open ( ) : Stream

Open the zip archive entry.

Private Methods

Méthode Description
ZipRecord ( ZipArchive archive, ZipEntry entry ) : System

Method Details

Open() public méthode

Open the zip archive entry.
public Open ( ) : Stream
Résultat System.IO.Stream