C# Class XCom.MpkFile.MpkEntryHeader

ファイルを表示 Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
MpkEntryHeader ( ) : System
MpkEntryHeader ( string file, MpkEntryType type ) : System
Read ( BinaryReader br ) : void
Write ( BinaryWriter bw ) : void

Method Details

MpkEntryHeader() public method

public MpkEntryHeader ( ) : System
return System

MpkEntryHeader() public method

public MpkEntryHeader ( string file, MpkEntryType type ) : System
file string
type MpkEntryType
return System

Read() public method

public Read ( BinaryReader br ) : void
br System.IO.BinaryReader
return void

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void