C# 클래스 Gammtek.Conduit.MassEffect3.SFXGame.CodexMap.BinaryBioCodexMap.BioCodexMapWriter

상속: Gammtek.Conduit.IO.DataWriter
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
Null BioCodexMapWriter

공개 메소드들

메소드 설명
BioCodexMapWriter ( Stream output ) : System
Write ( BioCodexPage page ) : void
Write ( BioCodexSection section ) : void

보호된 메소드들

메소드 설명
BioCodexMapWriter ( ) : System
WriteCodexEntry ( BioCodexEntry entry ) : void

메소드 상세

BioCodexMapWriter() 보호된 메소드

protected BioCodexMapWriter ( ) : System
리턴 System

BioCodexMapWriter() 공개 메소드

public BioCodexMapWriter ( Stream output ) : System
output Stream
리턴 System

Write() 공개 메소드

public Write ( BioCodexPage page ) : void
page BioCodexPage
리턴 void

Write() 공개 메소드

public Write ( BioCodexSection section ) : void
section BioCodexSection
리턴 void

WriteCodexEntry() 보호된 메소드

protected WriteCodexEntry ( BioCodexEntry entry ) : void
entry BioCodexEntry
리턴 void

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static BioCodexMapWriter Null
리턴 BioCodexMapWriter