C# Class NScumm.Scumm.ArrayHeader

Mostra file Open project: scemino/nscumm Class Usage Examples

Public Methods

Method Description
ArrayHeader ( byte data ) : System
ReadByte ( int index ) : byte
ReadUInt16 ( int index ) : ushort
ReadUInt32 ( int index ) : uint
Write ( int index, byte value ) : void
Write ( int index, uint value ) : void
Write ( int index, ushort value ) : void

Method Details

ArrayHeader() public method

public ArrayHeader ( byte data ) : System
data byte
return System

ReadByte() public method

public ReadByte ( int index ) : byte
index int
return byte

ReadUInt16() public method

public ReadUInt16 ( int index ) : ushort
index int
return ushort

ReadUInt32() public method

public ReadUInt32 ( int index ) : uint
index int
return uint

Write() public method

public Write ( int index, byte value ) : void
index int
value byte
return void

Write() public method

public Write ( int index, uint value ) : void
index int
value uint
return void

Write() public method

public Write ( int index, ushort value ) : void
index int
value ushort
return void