C# Class BananaMpq.Layer.Chunks.ChunkHeader

Datei anzeigen Open project: sgraf812/BananaMpq Class Usage Examples

Public Properties

Property Type Description
Size int

Public Methods

Method Description
ChunkBegin ( ChunkHeader header ) : void*
NextChunk ( byte current ) : byte*
ValidateMagic ( string expected ) : void

Private Methods

Method Description
MagicEquals ( string expected ) : bool

Method Details

ChunkBegin() public static method

public static ChunkBegin ( ChunkHeader header ) : void*
header ChunkHeader
return void*

NextChunk() public method

public NextChunk ( byte current ) : byte*
current byte
return byte*

ValidateMagic() public method

public ValidateMagic ( string expected ) : void
expected string
return void

Property Details

Size public_oe property

public int Size
return int