C# Class Alexandria.Engines.DarkSouls.ArchiveRecord

A record in an Archive.
Inheritance: Glare.Assets.DataAsset
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
Open ( ) : Stream

Open the record, decompressing it as necessary.

ToString ( ) : string

Get a string representing the record.

Private Methods

Méthode Description
ArchiveRecord ( Archive archive, int index, BinaryReader reader, int recordHeaderSize ) : System
ToString ( byte value ) : string

Method Details

Open() public méthode

Open the record, decompressing it as necessary.
public Open ( ) : Stream
Résultat Stream

ToString() public méthode

Get a string representing the record.
public ToString ( ) : string
Résultat string