C# Class Gammtek.Conduit.MassEffect3.SFXGame.CodexMap.BinaryBioCodexMap.BioCodexMapWriter

Inheritance: Gammtek.Conduit.IO.DataWriter
ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Null BioCodexMapWriter

Public Methods

Method Description
BioCodexMapWriter ( Stream output ) : System
Write ( BioCodexPage page ) : void
Write ( BioCodexSection section ) : void

Protected Methods

Method Description
BioCodexMapWriter ( ) : System
WriteCodexEntry ( BioCodexEntry entry ) : void

Method Details

BioCodexMapWriter() protected method

protected BioCodexMapWriter ( ) : System
return System

BioCodexMapWriter() public method

public BioCodexMapWriter ( Stream output ) : System
output Stream
return System

Write() public method

public Write ( BioCodexPage page ) : void
page BioCodexPage
return void

Write() public method

public Write ( BioCodexSection section ) : void
section BioCodexSection
return void

WriteCodexEntry() protected method

protected WriteCodexEntry ( BioCodexEntry entry ) : void
entry BioCodexEntry
return void

Property Details

Null public_oe static_oe property

public static BioCodexMapWriter Null
return BioCodexMapWriter