C# Class AoMBrgEditor.PssgBinaryWriter

Inheritance: MiscUtil.IO.EndianBinaryWriter
Afficher le fichier Open project: Ryder25/Age-of-Mythology Class Usage Examples

Méthodes publiques

Méthode Description
PssgBinaryWriter ( EndianBitConverter bitConvertor, System stream ) : System
WritePSSGString ( string str ) : void

Method Details

PssgBinaryWriter() public méthode

public PssgBinaryWriter ( EndianBitConverter bitConvertor, System stream ) : System
bitConvertor MiscUtil.Conversion.EndianBitConverter
stream System
Résultat System

WritePSSGString() public méthode

public WritePSSGString ( string str ) : void
str string
Résultat void