C# Class ValveResourceFormat.ValveFont

Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Decode ( BinaryReader reader ) : byte[]

Method Details

Read() public méthode

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

Read() public méthode

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.
Résultat byte[]