Class FloatCpInfo

  • All Implemented Interfaces:
    ClassConstants

    public class FloatCpInfo
    extends CpInfo
    Representation of a 'float' entry in the ConstantPool.
    • Constructor Detail

      • FloatCpInfo

        protected FloatCpInfo()
        Instantiates a new Float cp info.
    • Method Detail

      • readInfo

        protected void readInfo​(java.io.DataInput din)
                         throws java.io.IOException
        Read the 'info' data following the u1tag byte.
        Specified by:
        readInfo in class CpInfo
        Parameters:
        din - the din
        Throws:
        java.io.IOException - the io exception
      • writeInfo

        protected void writeInfo​(java.io.DataOutput dout)
                          throws java.io.IOException
        Write the 'info' data following the u1tag byte.
        Specified by:
        writeInfo in class CpInfo
        Parameters:
        dout - the dout
        Throws:
        java.io.IOException - the io exception