NameRecord

Inheritance: java.lang.Object

public class NameRecord

Represents NameRecord structure of the ’name’ table

Constructors

ConstructorDescription
NameRecord()

Methods

MethodDescription
getPlatformId()Gets platform identifier code.
getPlatformSpecificId()Gets platform-specific encoding identifier.
getLanguageId()Gets language identifier.
getNameId()Gets name identifier.
getString()Gets string in the string storage related to this name record.

NameRecord()

public NameRecord()

getPlatformId()

public int getPlatformId()

Gets platform identifier code.

Returns: int - Platform identifier code.

getPlatformSpecificId()

public int getPlatformSpecificId()

Gets platform-specific encoding identifier.

Returns: int - Platform-specific encoding identifier.

getLanguageId()

public int getLanguageId()

Gets language identifier.

Returns: int - Language identifier.

getNameId()

public int getNameId()

Gets name identifier.

Returns: int - Name identifier.

getString()

public String getString()

Gets string in the string storage related to this name record.

Returns: java.lang.String - String in the string storage related to this name record.