Class NewAttribute.StripAttribute

java.lang.Object
org.objectweb.asm.Attribute
org.apache.commons.compress.harmony.pack200.NewAttribute
org.apache.commons.compress.harmony.pack200.NewAttribute.StripAttribute
Enclosing class:
NewAttribute

public static class NewAttribute.StripAttribute extends NewAttribute
StripAttribute extends NewAttribute and manages attributes encountered by ASM that have had a strip action specified to pack200 (e.g. via one of the -C, -M, -F or -D command line options such as -Cattribute-name=strip)
  • Constructor Details

  • Method Details

    • read

      protected org.objectweb.asm.Attribute read(org.objectweb.asm.ClassReader cr, int off, int len, char[] buf, int codeOff, org.objectweb.asm.Label[] labels)
      Overrides:
      read in class NewAttribute