C# 클래스 ValveResourceFormat.Resource

Represents a Valve resource.
상속: IDisposable
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Releases binary reader.

Read ( Stream input ) : void

Reads the given Stream.

Read ( string filename ) : void

Opens and reads the given filename. The file is held open until the object is disposed.

Resource ( ) : System

Initializes a new instance of the Resource class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ConstructFromType ( string input ) : Block
ConstructResourceType ( ) : ValveResourceFormat.Blocks.ResourceData
DetermineResourceTypeByCompilerIdentifier ( SpecialDependencies input ) : ResourceType

메소드 상세

Dispose() 공개 메소드

Releases binary reader.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Read() 공개 메소드

Reads the given Stream.
public Read ( Stream input ) : void
input Stream The input to read from.
리턴 void

Read() 공개 메소드

Opens and reads the given filename. The file is held open until the object is disposed.
public Read ( string filename ) : void
filename string The file to open and read.
리턴 void

Resource() 공개 메소드

Initializes a new instance of the Resource class.
public Resource ( ) : System
리턴 System