C# Class Alexandria.Engines.DarkSouls.ArchiveRecord

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

Public Methods

Method Description
Open ( ) : Stream

Open the record, decompressing it as necessary.

ToString ( ) : string

Get a string representing the record.

Private Methods

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

Method Details

Open() public method

Open the record, decompressing it as necessary.
public Open ( ) : Stream
return Stream

ToString() public method

Get a string representing the record.
public ToString ( ) : string
return string