C# Class Henchmen.Lua.Function.Header

显示文件 Open project: henchmeninteractive/HenchLua

Public Properties

Property Type Description
Format byte
IsLittleEndian bool
NumbersAreInts bool
Signature uint
SizeOfInstruction byte
SizeOfInt byte
SizeOfNumber byte
SizeOfSizeT byte
Tail ulong
Version byte

Public Methods

Method Description
ExpectedHeader ( ) : Header
Load ( Stream stream ) : Header

Private Methods

Method Description
LoadStr ( Stream stream, int n ) : ulong
ReadByte ( Stream stream ) : byte

Method Details

ExpectedHeader() public static method

public static ExpectedHeader ( ) : Header
return Header

Load() public static method

public static Load ( Stream stream ) : Header
stream Stream
return Header

Property Details

Format public_oe property

public byte Format
return byte

IsLittleEndian public_oe property

public bool IsLittleEndian
return bool

NumbersAreInts public_oe property

public bool NumbersAreInts
return bool

Signature public_oe property

public uint Signature
return uint

SizeOfInstruction public_oe property

public byte SizeOfInstruction
return byte

SizeOfInt public_oe property

public byte SizeOfInt
return byte

SizeOfNumber public_oe property

public byte SizeOfNumber
return byte

SizeOfSizeT public_oe property

public byte SizeOfSizeT
return byte

Tail public_oe property

public ulong Tail
return ulong

Version public_oe property

public byte Version
return byte