public class ConstantPool.LongInfo extends ConstantPool.Entry
| Modifier and Type | Method and Description |
|---|---|
int |
getHighBytes() |
long |
getLongValue() |
int |
getLowBytes() |
String |
toString() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTagpublic int getHighBytes()
public int getLowBytes()
public void writeData(DataOutputStream dos) throws IOException
ConstantPool.EntrywriteData in class ConstantPool.Entrydos - DataOutputStream usedIOException - on IOExceptionpublic long getLongValue()
Copyright © 2017. All rights reserved.