public static class NameTable.NameEntry
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
int |
encodingId()
Get the encoding id.
|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
int |
languageId()
Get the language id.
|
java.lang.String |
name()
Get the name as a String.
|
byte[] |
nameAsBytes()
Get the bytes for name.
|
int |
nameId()
Get the name id.
|
int |
platformId()
Get the platform id.
|
java.lang.String |
toString() |
public int platformId()
public int encodingId()
public int languageId()
public int nameId()
public byte[] nameAsBytes()
public java.lang.String name()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object