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
IOException
public short getEncodingId()
public short getLanguageId()
public short getNameId()
public short getPlatformId()
public String getRecordString()
protected void loadString(RandomAccessFile raf, int stringStorageOffset) throws IOException
IOException
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.