Class ClassWriter.Element

    • Constructor Detail

      • Element

        public Element()
    • Method Detail

      • getSize

        public abstract int getSize()
        Returns:
        the number of bytes that will be generated.
      • copyInto

        public abstract int copyInto​(byte[] buf,
                                     int offset)
        Copy the bytes into 'buf' at offset 'offset'.
        Returns:
        the number of bytes copies, which must be equal to getSize()