C# Class HaloMap.Map.UnicodeTableReader.UnicodeTable

The unicode table.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
SIDs sid[]
US unicodeString[]
count int
indexOffset int
indexPointerOffset int
language Language
scanned bool
tableOffset int
tablePointerOffset int
tableSize int

Méthodes publiques

Méthode 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

Méthode Description
ReadIndex ( ) : void

The read index.

ReadTable ( ) : void

The read table.

Method Details

Read() public méthode

The read.
public Read ( ) : void
Résultat void

UnicodeTable() public méthode

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.
Résultat System.IO

Property Details

SIDs public_oe property

The si ds.
public sid[] SIDs
Résultat sid[]

US public_oe property

The us.
public unicodeString[] US
Résultat unicodeString[]

count public_oe property

The count.
public int count
Résultat int

indexOffset public_oe property

The index offset.
public int indexOffset
Résultat int

indexPointerOffset public_oe property

The index pointer offset.
public int indexPointerOffset
Résultat int

language public_oe property

The language.
public Language language
Résultat Language

scanned public_oe property

The scanned.
public bool scanned
Résultat bool

tableOffset public_oe property

The table offset.
public int tableOffset
Résultat int

tablePointerOffset public_oe property

The table pointer offset.
public int tablePointerOffset
Résultat int

tableSize public_oe property

The table size.
public int tableSize
Résultat int