C# Class HaloMap.Map.UnicodeTableReader.UnicodeTable

The unicode table.
Exibir arquivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
SIDs sid[]
US unicodeString[]
count int
indexOffset int
indexPointerOffset int
language Language
scanned bool
tableOffset int
tablePointerOffset int
tableSize int

Public Methods

Method Description
Read ( ) : void

The read.

UnicodeTable ( bool iscanned, int iLanguage, int icount, int itablesize, int iindexPointerOffset, int iindexOffset, int itablePointerOffset, int itableOffset, string ifilePath ) : System.IO

Initializes a new instance of the UnicodeTable class.

Private Methods

Method Description
ReadIndex ( ) : void

The read index.

ReadTable ( ) : void

The read table.

Method Details

Read() public method

The read.
public Read ( ) : void
return void

UnicodeTable() public method

Initializes a new instance of the UnicodeTable class.
public UnicodeTable ( bool iscanned, int iLanguage, int icount, int itablesize, int iindexPointerOffset, int iindexOffset, int itablePointerOffset, int itableOffset, string ifilePath ) : System.IO
iscanned bool if set to true [iscanned].
iLanguage int The i language.
icount int The icount.
itablesize int The itablesize.
iindexPointerOffset int The iindex pointer offset.
iindexOffset int The iindex offset.
itablePointerOffset int The itable pointer offset.
itableOffset int The itable offset.
ifilePath string The ifile path.
return System.IO

Property Details

SIDs public_oe property

The si ds.
public sid[] SIDs
return sid[]

US public_oe property

The us.
public unicodeString[] US
return unicodeString[]

count public_oe property

The count.
public int count
return int

indexOffset public_oe property

The index offset.
public int indexOffset
return int

indexPointerOffset public_oe property

The index pointer offset.
public int indexPointerOffset
return int

language public_oe property

The language.
public Language language
return Language

scanned public_oe property

The scanned.
public bool scanned
return bool

tableOffset public_oe property

The table offset.
public int tableOffset
return int

tablePointerOffset public_oe property

The table pointer offset.
public int tablePointerOffset
return int

tableSize public_oe property

The table size.
public int tableSize
return int