C# 클래스 ValveResourceFormat.Block

Represents a block within the resource file.
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat

공개 메소드들

메소드 설명
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