C# Класс Alexandria.Engines.UltimaUnderworld.Graphic.RLELoader

Показать файл Открыть проект

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

Метод Описание
RLELoader ( BinaryReader reader, int codeSize, int aux, int auxOffset ) : System
ReadAux ( ) : int
ReadCode ( ) : int
ReadCode2 ( ) : int

Read a two-piece code.

There is an apparent error in the code by using a shift of 4 instead of CodeSize; this is an error in the data.

ReadCode3 ( ) : int

Read a three-piece code.

There is an apparent error in the code by using a shift of 4 instead of CodeSize; this is an error in the data.

ReadCount ( ) : int

Описание методов

RLELoader() публичный метод

public RLELoader ( BinaryReader reader, int codeSize, int aux, int auxOffset ) : System
reader System.IO.BinaryReader
codeSize int
aux int
auxOffset int
Результат System

ReadAux() публичный метод

public ReadAux ( ) : int
Результат int

ReadCode() публичный метод

public ReadCode ( ) : int
Результат int

ReadCode2() публичный метод

Read a two-piece code.
There is an apparent error in the code by using a shift of 4 instead of CodeSize; this is an error in the data.
public ReadCode2 ( ) : int
Результат int

ReadCode3() публичный метод

Read a three-piece code.
There is an apparent error in the code by using a shift of 4 instead of CodeSize; this is an error in the data.
public ReadCode3 ( ) : int
Результат int

ReadCount() публичный метод

public ReadCount ( ) : int
Результат int