C# Класс ValveResourceFormat.ValveFont

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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[]