Method | Description | |
---|---|---|
RLELoader ( |
||
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 |
public RLELoader ( |
||
reader | ||
codeSize | int | |
aux | int | |
auxOffset | int | |
return | System |