public class Utf8Entry extends ConstPoolEntry
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
data |
Constructor and Description |
---|
Utf8Entry(java.lang.String data) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getData() |
ConstPoolEntryType |
getType() |
void |
writeData(java.io.DataOutputStream stream) |
write
public ConstPoolEntryType getType()
getType
in class ConstPoolEntry
public void writeData(java.io.DataOutputStream stream) throws java.io.IOException
writeData
in class ConstPoolEntry
java.io.IOException
public java.lang.String getData()