C# 클래스 ValveResourceFormat.ValveFont

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
Read ( Stream input ) : byte[]

Reads the given Stream.

Read ( string filename ) : byte[]

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

비공개 메소드들

메소드 설명
Decode ( BinaryReader reader ) : byte[]

메소드 상세

Read() 공개 메소드

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

Read() 공개 메소드

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