public class NameRecord extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
NameRecord(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
short |
getEncodingId() |
short |
getLanguageId() |
short |
getNameId() |
short |
getPlatformId() |
String |
getRecordString() |
protected void |
loadString(RandomAccessFile raf,
int stringStorageOffset) |
protected NameRecord(RandomAccessFile raf) throws IOException
IOExceptionpublic short getEncodingId()
public short getLanguageId()
public short getNameId()
public short getPlatformId()
public String getRecordString()
protected void loadString(RandomAccessFile raf, int stringStorageOffset) throws IOException
IOExceptionCopyright © 2000–2021 Apache Software Foundation. All rights reserved.