C# Class ValveResourceFormat.Block

Represents a block within the resource file.
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat

Méthodes publiques

Méthode Description
GetChar ( ) : BlockType
Read ( BinaryReader reader, Resource resource ) : void
ToString ( ) : string

Returns a string that represents the current object.

WriteText ( IndentedTextWriter writer ) : void

Writers the correct object to IndentedTextWriter.

Method Details

GetChar() public abstract méthode

public abstract GetChar ( ) : BlockType
Résultat BlockType

Read() public abstract méthode

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

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string

WriteText() public abstract méthode

Writers the correct object to IndentedTextWriter.
public abstract WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter IndentedTextWriter.
Résultat void