C# 클래스 XCom.MpkFile

파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
MpkFile ( ) : System
ReadFile ( BinaryReader br ) : void
ReadFile ( string file ) : void
SetOption ( MpkOption option, object val ) : void
WriteFile ( BinaryWriter bw ) : void
WriteFile ( string file ) : void

비공개 메소드들

메소드 설명
readV1 ( BinaryReader br, MpkFileHeader header ) : void

메소드 상세

MpkFile() 공개 메소드

public MpkFile ( ) : System
리턴 System

ReadFile() 공개 메소드

public ReadFile ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

ReadFile() 공개 메소드

public ReadFile ( string file ) : void
file string
리턴 void

SetOption() 공개 메소드

public SetOption ( MpkOption option, object val ) : void
option MpkOption
val object
리턴 void

WriteFile() 공개 메소드

public WriteFile ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string file ) : void
file string
리턴 void