C# Класс ValveResourceFormat.Block

Represents a block within the resource file.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetChar() публичный абстрактный Метод

public abstract GetChar ( ) : BlockType
Результат BlockType

Read() публичный абстрактный Метод

public abstract Read ( BinaryReader reader, Resource resource ) : void
reader System.IO.BinaryReader
resource Resource
Результат void

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string

WriteText() публичный абстрактный Метод

Writers the correct object to IndentedTextWriter.
public abstract WriteText ( IndentedTextWriter writer ) : void
writer System.CodeDom.Compiler.IndentedTextWriter IndentedTextWriter.
Результат void