Class FieldInfo

    • Constructor Detail

      • FieldInfo

        protected FieldInfo​(ClassFile cf)
        Instantiates a new Field info.
        Parameters:
        cf - the cf
    • Method Detail

      • create

        public static FieldInfo create​(java.io.DataInput din,
                                       ClassFile cf)
                                throws java.io.IOException
        Create a new FieldInfo from the file format data in the DataInput stream.
        Parameters:
        din - the din
        cf - the cf
        Returns:
        the field info
        Throws:
        java.io.IOException - if class file is corrupt or incomplete