public class ConstantPool.FloatInfo extends ConstantPool.Entry
Modifier and Type | Method and Description |
---|---|
int |
getBytes() |
float |
getFloatValue()
see 4.4.4 The CONSTANT_Integer_info and CONSTANT_Float_info Structures
|
String |
toString() |
void |
writeData(DataOutputStream dos)
Writes this Entry to DataOutputStream given.
|
getEntryIndex, getTag
public int getBytes()
public void writeData(DataOutputStream dos) throws IOException
ConstantPool.Entry
writeData
in class ConstantPool.Entry
dos
- DataOutputStream usedIOException
- on IOExceptionpublic float getFloatValue()
Copyright © 2017. All rights reserved.