C# Class XCom.MpkFile.MpkEntryHeader

Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Méthodes publiques

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

Method Details

MpkEntryHeader() public méthode

public MpkEntryHeader ( ) : System
Résultat System

MpkEntryHeader() public méthode

public MpkEntryHeader ( string file, MpkEntryType type ) : System
file string
type MpkEntryType
Résultat System

Read() public méthode

public Read ( BinaryReader br ) : void
br System.IO.BinaryReader
Résultat void

Write() public méthode

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void