gradle-josm-plugin / org.openstreetmap.josm.gradle.plugin.i18n.io / MoReader / HeaderValues

HeaderValues

class HeaderValues

Groups the header values to one object.

See the documentation of the MO file format.

Constructors

<init>

HeaderValues(isBigEndian: Boolean, uints: List<UInt>)

Groups the header values to one object.

Properties

formatRev

val formatRev: UInt

revision of the MO file format, this is usually 0, but will be ignored

isBigEndian

val isBigEndian: Boolean

denotes if the read file is in big endian format

numStrings

val numStrings: Int

the number of strings in the file

offsetHashingTable

val offsetHashingTable: UInt

the offset of the hashing table (currently always ignored)

offsetOrigStrings

val offsetOrigStrings: UInt

offset of table with original strings

offsetTranslatedStrings

val offsetTranslatedStrings: UInt

offset of table with translation strings

sizeHashingTable

val sizeHashingTable: UInt

the size of the hashing table (currently always ignored)