C# Class XCom.MpkFile.MpkFileHeader

Afficher le fichier Open project: pmprog/OpenXCOM.Tools

Méthodes publiques

Méthode Description
MpkFileHeader ( ) : System
Read ( BinaryReader br ) : void
Write ( BinaryWriter bw ) : void

Method Details

MpkFileHeader() public méthode

public MpkFileHeader ( ) : System
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