C# Class ValveResourceFormat.ValveFont

Mostra file Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
Decode ( BinaryReader reader ) : byte[]

Method Details

Read() public method

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

Read() public method

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.
return byte[]