C# Class Alexandria.Engines.GoldBox.ArchiveRecord

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

Public Methods

Method Description
Open ( ) : Stream

Decompress the record then open the stream.

Private Methods

Method Description
ArchiveRecord ( Archive archive, BinaryReader reader, int index, int dataOffset ) : System

Method Details

Open() public method

Decompress the record then open the stream.
public Open ( ) : Stream
return Stream