C# Class BananaMpq.Layer.Chunks.ChunkHeader

Afficher le fichier Open project: sgraf812/BananaMpq Class Usage Examples

Méthodes publiques

Свойство Type Description
Size int

Méthodes publiques

Méthode Description
ChunkBegin ( ChunkHeader header ) : void*
NextChunk ( byte current ) : byte*
ValidateMagic ( string expected ) : void

Private Methods

Méthode Description
MagicEquals ( string expected ) : bool

Method Details

ChunkBegin() public static méthode

public static ChunkBegin ( ChunkHeader header ) : void*
header ChunkHeader
Résultat void*

NextChunk() public méthode

public NextChunk ( byte current ) : byte*
current byte
Résultat byte*

ValidateMagic() public méthode

public ValidateMagic ( string expected ) : void
expected string
Résultat void

Property Details

Size public_oe property

public int Size
Résultat int