class HeaderValues
Groups the header values to one object.
See the documentation of the MO file format.
HeaderValues(isBigEndian: Boolean, uints: List<UInt>)
Groups the header values to one object. |
val formatRev: UInt
revision of the MO file format, this is usually 0, but will be ignored |
|
val isBigEndian: Boolean
denotes if the read file is in big endian format |
|
val numStrings: Int
the number of strings in the file |
|
val offsetHashingTable: UInt
the offset of the hashing table (currently always ignored) |
|
val offsetOrigStrings: UInt
offset of table with original strings |
|
val offsetTranslatedStrings: UInt
offset of table with translation strings |
|
val sizeHashingTable: UInt
the size of the hashing table (currently always ignored) |