org.apache.tomcat.util.bcel.classfile
Class ConstantFloat
java.lang.Object
org.apache.tomcat.util.bcel.classfile.Constant
org.apache.tomcat.util.bcel.classfile.ConstantFloat
- All Implemented Interfaces:
- Serializable, Cloneable
public final class ConstantFloat
- extends Constant
This class is derived from the abstract
Constant class
and represents a reference to a float object.
- Version:
- $Id: ConstantFloat.java 1181135 2011-10-10 18:51:44Z markt $
- Author:
- M. Dahm
- See Also:
Constant
,
Serialized Form
Fields inherited from class org.apache.tomcat.util.bcel.classfile.Constant |
tag |
ConstantFloat
public ConstantFloat(float bytes)
- Parameters:
bytes
- Data
dump
public final void dump(DataOutputStream file)
throws IOException
- Dump constant float to file stream in binary format.
- Specified by:
dump
in class Constant
- Parameters:
file
- Output file stream
- Throws:
IOException
getBytes
public final float getBytes()
- Returns:
- data, i.e., 4 bytes.
toString
public final String toString()
- Overrides:
toString
in class Constant
- Returns:
- String representation.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.