Class ClassFileField


  • final class ClassFileField
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassFileField​(short nameIndex, short typeIndex, short flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int getWriteSize()  
      (package private) void setAttributes​(short attr1, short attr2, short attr3, int index)  
      (package private) int write​(byte[] data, int offset)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • itsNameIndex

        private short itsNameIndex
      • itsTypeIndex

        private short itsTypeIndex
      • itsFlags

        private short itsFlags
      • itsHasAttributes

        private boolean itsHasAttributes
      • itsAttr1

        private short itsAttr1
      • itsAttr2

        private short itsAttr2
      • itsAttr3

        private short itsAttr3
      • itsIndex

        private int itsIndex
    • Constructor Detail

      • ClassFileField

        ClassFileField​(short nameIndex,
                       short typeIndex,
                       short flags)
    • Method Detail

      • setAttributes

        void setAttributes​(short attr1,
                           short attr2,
                           short attr3,
                           int index)
      • write

        int write​(byte[] data,
                  int offset)
      • getWriteSize

        int getWriteSize()