Class AttributeUnknown

java.lang.Object
org.benf.cfr.reader.entities.attributes.Attribute
org.benf.cfr.reader.entities.attributes.AttributeUnknown
All Implemented Interfaces:
KnowsRawName, KnowsRawSize, Dumpable, TypeUsageCollectable

public class AttributeUnknown extends Attribute
  • Field Details

    • OFFSET_OF_ATTRIBUTE_LENGTH

      private static final long OFFSET_OF_ATTRIBUTE_LENGTH
      See Also:
    • OFFSET_OF_REMAINDER

      private static final long OFFSET_OF_REMAINDER
      See Also:
    • length

      private final int length
    • name

      private final String name
  • Constructor Details

    • AttributeUnknown

      public AttributeUnknown(ByteData raw, String name)
  • Method Details