C# Class ValveResourceFormat.Blocks.VBIB

"VBIB" block.
Inheritance: Block
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

Méthodes publiques

Méthode Description
GetChar ( ) : BlockType
Read ( BinaryReader reader, Resource resource ) : void
VBIB ( ) : System.CodeDom.Compiler
WriteText ( IndentedTextWriter writer ) : void

Method Details

GetChar() public méthode

public GetChar ( ) : BlockType
Résultat BlockType

Read() public méthode

public Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
Résultat void

VBIB() public méthode

public VBIB ( ) : System.CodeDom.Compiler
Résultat System.CodeDom.Compiler

WriteText() public méthode

public WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter
Résultat void