public class io.netty.handler.codec.http.multipart.MixedAttribute implements io.netty.handler.codec.http.multipart.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.multipart.MixedAttribute
  super_class: java.lang.Object
{
  private io.netty.handler.codec.http.multipart.Attribute attribute;
    descriptor: Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0002) ACC_PRIVATE

  private final long limitSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long maxSize;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String name
        start local 2 // long limitSize
         0: .line 36
            aload 0 /* this */
            aload 1 /* name */
            lload 2 /* limitSize */
            getstatic io.netty.handler.codec.http.HttpConstants.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            invokespecial io.netty.handler.codec.http.multipart.MixedAttribute.<init>:(Ljava/lang/String;JLjava/nio/charset/Charset;)V
         1: .line 37
            return
        end local 2 // long limitSize
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    2     1       name  Ljava/lang/String;
            0    2     2  limitSize  J
    MethodParameters:
           Name  Flags
      name       
      limitSize  

  public void <init>(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String name
        start local 2 // long definedSize
        start local 4 // long limitSize
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            lload 2 /* definedSize */
            lload 4 /* limitSize */
            getstatic io.netty.handler.codec.http.HttpConstants.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            invokespecial io.netty.handler.codec.http.multipart.MixedAttribute.<init>:(Ljava/lang/String;JJLjava/nio/charset/Charset;)V
         1: .line 41
            return
        end local 4 // long limitSize
        end local 2 // long definedSize
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    2     1         name  Ljava/lang/String;
            0    2     2  definedSize  J
            0    2     4    limitSize  J
    MethodParameters:
             Name  Flags
      name         
      definedSize  
      limitSize    

  public void <init>(java.lang.String, long, java.nio.charset.Charset);
    descriptor: (Ljava/lang/String;JLjava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String name
        start local 2 // long limitSize
        start local 4 // java.nio.charset.Charset charset
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            ldc -1
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
         2: .line 44
            aload 0 /* this */
            lload 2 /* limitSize */
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
         3: .line 45
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.MemoryAttribute
            dup
            aload 1 /* name */
            aload 4 /* charset */
            invokespecial io.netty.handler.codec.http.multipart.MemoryAttribute.<init>:(Ljava/lang/String;Ljava/nio/charset/Charset;)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         4: .line 46
            return
        end local 4 // java.nio.charset.Charset charset
        end local 2 // long limitSize
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    5     1       name  Ljava/lang/String;
            0    5     2  limitSize  J
            0    5     4    charset  Ljava/nio/charset/Charset;
    MethodParameters:
           Name  Flags
      name       
      limitSize  
      charset    

  public void <init>(java.lang.String, long, long, java.nio.charset.Charset);
    descriptor: (Ljava/lang/String;JJLjava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String name
        start local 2 // long definedSize
        start local 4 // long limitSize
        start local 6 // java.nio.charset.Charset charset
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            ldc -1
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
         2: .line 49
            aload 0 /* this */
            lload 4 /* limitSize */
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
         3: .line 50
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.MemoryAttribute
            dup
            aload 1 /* name */
            lload 2 /* definedSize */
            aload 6 /* charset */
            invokespecial io.netty.handler.codec.http.multipart.MemoryAttribute.<init>:(Ljava/lang/String;JLjava/nio/charset/Charset;)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         4: .line 51
            return
        end local 6 // java.nio.charset.Charset charset
        end local 4 // long limitSize
        end local 2 // long definedSize
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    5     1         name  Ljava/lang/String;
            0    5     2  definedSize  J
            0    5     4    limitSize  J
            0    5     6      charset  Ljava/nio/charset/Charset;
    MethodParameters:
             Name  Flags
      name         
      definedSize  
      limitSize    
      charset      

  public void <init>(java.lang.String, java.lang.String, long);
    descriptor: (Ljava/lang/String;Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
        start local 3 // long limitSize
         0: .line 54
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            lload 3 /* limitSize */
            getstatic io.netty.handler.codec.http.HttpConstants.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
            invokespecial io.netty.handler.codec.http.multipart.MixedAttribute.<init>:(Ljava/lang/String;Ljava/lang/String;JLjava/nio/charset/Charset;)V
         1: .line 55
            return
        end local 3 // long limitSize
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    2     1       name  Ljava/lang/String;
            0    2     2      value  Ljava/lang/String;
            0    2     3  limitSize  J
    MethodParameters:
           Name  Flags
      name       
      value      
      limitSize  

  public void <init>(java.lang.String, java.lang.String, long, java.nio.charset.Charset);
    descriptor: (Ljava/lang/String;Ljava/lang/String;JLjava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
        start local 3 // long limitSize
        start local 5 // java.nio.charset.Charset charset
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            ldc -1
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
         2: .line 58
            aload 0 /* this */
            lload 3 /* limitSize */
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
         3: .line 59
            aload 2 /* value */
            invokevirtual java.lang.String.length:()I
            i2l
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
            lcmp
            ifle 11
         4: .line 61
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.DiskAttribute
            dup
            aload 1 /* name */
            aload 2 /* value */
            aload 5 /* charset */
            invokespecial io.netty.handler.codec.http.multipart.DiskAttribute.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         5: .line 62
            goto 15
      StackMap locals: io.netty.handler.codec.http.multipart.MixedAttribute java.lang.String java.lang.String long java.nio.charset.Charset
      StackMap stack: java.io.IOException
         6: astore 6 /* e */
        start local 6 // java.io.IOException e
         7: .line 65
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.MemoryAttribute
            dup
            aload 1 /* name */
            aload 2 /* value */
            aload 5 /* charset */
            invokespecial io.netty.handler.codec.http.multipart.MemoryAttribute.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         8: .line 66
            goto 15
      StackMap locals: io.netty.handler.codec.http.multipart.MixedAttribute java.lang.String java.lang.String long java.nio.charset.Charset java.io.IOException
      StackMap stack: java.io.IOException
         9: pop
        10: .line 67
            new java.lang.IllegalArgumentException
            dup
            aload 6 /* e */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.io.IOException e
        11: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.MemoryAttribute
            dup
            aload 1 /* name */
            aload 2 /* value */
            aload 5 /* charset */
            invokespecial io.netty.handler.codec.http.multipart.MemoryAttribute.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
        12: .line 73
            goto 15
      StackMap locals:
      StackMap stack: java.io.IOException
        13: astore 6 /* e */
        start local 6 // java.io.IOException e
        14: .line 74
            new java.lang.IllegalArgumentException
            dup
            aload 6 /* e */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.io.IOException e
        15: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.nio.charset.Charset charset
        end local 3 // long limitSize
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0   16     1       name  Ljava/lang/String;
            0   16     2      value  Ljava/lang/String;
            0   16     3  limitSize  J
            0   16     5    charset  Ljava/nio/charset/Charset;
            7   11     6          e  Ljava/io/IOException;
           14   15     6          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.io.IOException
           7     8       9  Class java.io.IOException
          11    12      13  Class java.io.IOException
    MethodParameters:
           Name  Flags
      name       
      value      
      limitSize  
      charset    

  public long getMaxSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 81
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            lreturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public void setMaxSize(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // long maxSize
         0: .line 86
            aload 0 /* this */
            lload 1 /* maxSize */
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
         1: .line 87
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            lload 1 /* maxSize */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setMaxSize:(J)V
         2: .line 88
            return
        end local 1 // long maxSize
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    3     1  maxSize  J
    MethodParameters:
         Name  Flags
      maxSize  

  public void checkSize(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // long newSize
         0: .line 92
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            lconst_0
            lcmp
            iflt 2
            lload 1 /* newSize */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            lcmp
            ifle 2
         1: .line 93
            new java.io.IOException
            dup
            ldc "Size exceed allowed maximum capacity"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long newSize
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    3     1  newSize  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      newSize  

  public void addContent(io.netty.buffer.ByteBuf, boolean);
    descriptor: (Lio/netty/buffer/ByteBuf;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // io.netty.buffer.ByteBuf buffer
        start local 2 // boolean last
         0: .line 99
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            instanceof io.netty.handler.codec.http.multipart.MemoryAttribute
            ifeq 12
         1: .line 100
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.length:()J
            aload 1 /* buffer */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            ladd
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.checkSize:(J)V
         2: .line 101
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.length:()J
            aload 1 /* buffer */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            ladd
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
            lcmp
            ifle 12
         3: .line 102
            new io.netty.handler.codec.http.multipart.DiskAttribute
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         4: .line 103
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.definedLength:()J
         5: .line 102
            invokespecial io.netty.handler.codec.http.multipart.DiskAttribute.<init>:(Ljava/lang/String;J)V
            astore 3 /* diskAttribute */
        start local 3 // io.netty.handler.codec.http.multipart.DiskAttribute diskAttribute
         6: .line 104
            aload 3 /* diskAttribute */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            invokevirtual io.netty.handler.codec.http.multipart.DiskAttribute.setMaxSize:(J)V
         7: .line 105
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            checkcast io.netty.handler.codec.http.multipart.MemoryAttribute
            invokevirtual io.netty.handler.codec.http.multipart.MemoryAttribute.getByteBuf:()Lio/netty/buffer/ByteBuf;
            ifnull 11
         8: .line 106
            aload 3 /* diskAttribute */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            checkcast io.netty.handler.codec.http.multipart.MemoryAttribute
         9: .line 107
            invokevirtual io.netty.handler.codec.http.multipart.MemoryAttribute.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iconst_0
        10: .line 106
            invokevirtual io.netty.handler.codec.http.multipart.DiskAttribute.addContent:(Lio/netty/buffer/ByteBuf;Z)V
        11: .line 109
      StackMap locals: io.netty.handler.codec.http.multipart.DiskAttribute
      StackMap stack:
            aload 0 /* this */
            aload 3 /* diskAttribute */
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
        end local 3 // io.netty.handler.codec.http.multipart.DiskAttribute diskAttribute
        12: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* buffer */
            iload 2 /* last */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.addContent:(Lio/netty/buffer/ByteBuf;Z)V
        13: .line 113
            return
        end local 2 // boolean last
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   14     0           this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0   14     1         buffer  Lio/netty/buffer/ByteBuf;
            0   14     2           last  Z
            6   12     3  diskAttribute  Lio/netty/handler/codec/http/multipart/DiskAttribute;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      last    

  public void delete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 117
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.delete:()V
         1: .line 118
            return
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public byte[] get();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 122
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.get:()[B
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
    Exceptions:
      throws java.io.IOException

  public io.netty.buffer.ByteBuf getByteBuf();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 127
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getByteBuf:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
    Exceptions:
      throws java.io.IOException

  public java.nio.charset.Charset getCharset();
    descriptor: ()Ljava/nio/charset/Charset;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 132
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getCharset:()Ljava/nio/charset/Charset;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public java.lang.String getString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 137
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getString(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.nio.charset.Charset encoding
         0: .line 142
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* encoding */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 1 // java.nio.charset.Charset encoding
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1  encoding  Ljava/nio/charset/Charset;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      encoding  

  public boolean isCompleted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 147
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.isCompleted:()Z
            ireturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public boolean isInMemory();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 152
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.isInMemory:()Z
            ireturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public long length();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 157
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.length:()J
            lreturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public long definedLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 162
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.definedLength:()J
            lreturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public boolean renameTo(java.io.File);
    descriptor: (Ljava/io/File;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.io.File dest
         0: .line 167
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* dest */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.renameTo:(Ljava/io/File;)Z
            ireturn
        end local 1 // java.io.File dest
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1  dest  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dest  

  public void setCharset(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.nio.charset.Charset charset
         0: .line 172
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* charset */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setCharset:(Ljava/nio/charset/Charset;)V
         1: .line 173
            return
        end local 1 // java.nio.charset.Charset charset
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    2     1  charset  Ljava/nio/charset/Charset;
    MethodParameters:
         Name  Flags
      charset  

  public void setContent(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // io.netty.buffer.ByteBuf buffer
         0: .line 177
            aload 0 /* this */
            aload 1 /* buffer */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.checkSize:(J)V
         1: .line 178
            aload 1 /* buffer */
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
            lcmp
            ifle 5
         2: .line 179
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            instanceof io.netty.handler.codec.http.multipart.MemoryAttribute
            ifeq 5
         3: .line 181
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.DiskAttribute
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.definedLength:()J
            invokespecial io.netty.handler.codec.http.multipart.DiskAttribute.<init>:(Ljava/lang/String;J)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         4: .line 182
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setMaxSize:(J)V
         5: .line 185
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* buffer */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setContent:(Lio/netty/buffer/ByteBuf;)V
         6: .line 186
            return
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    7     1  buffer  Lio/netty/buffer/ByteBuf;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public void setContent(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.io.File file
         0: .line 190
            aload 0 /* this */
            aload 1 /* file */
            invokevirtual java.io.File.length:()J
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.checkSize:(J)V
         1: .line 191
            aload 1 /* file */
            invokevirtual java.io.File.length:()J
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.limitSize:J
            lcmp
            ifle 5
         2: .line 192
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            instanceof io.netty.handler.codec.http.multipart.MemoryAttribute
            ifeq 5
         3: .line 194
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.DiskAttribute
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.definedLength:()J
            invokespecial io.netty.handler.codec.http.multipart.DiskAttribute.<init>:(Ljava/lang/String;J)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         4: .line 195
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setMaxSize:(J)V
         5: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* file */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setContent:(Ljava/io/File;)V
         6: .line 199
            return
        end local 1 // java.io.File file
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    7     1  file  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  

  public void setContent(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.io.InputStream inputStream
         0: .line 203
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            instanceof io.netty.handler.codec.http.multipart.MemoryAttribute
            ifeq 3
         1: .line 205
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.DiskAttribute
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getName:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.definedLength:()J
            invokespecial io.netty.handler.codec.http.multipart.DiskAttribute.<init>:(Ljava/lang/String;J)V
            putfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
         2: .line 206
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.maxSize:J
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setMaxSize:(J)V
         3: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* inputStream */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setContent:(Ljava/io/InputStream;)V
         4: .line 209
            return
        end local 1 // java.io.InputStream inputStream
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    5     1  inputStream  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      inputStream  

  public io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType getHttpDataType();
    descriptor: ()Lio/netty/handler/codec/http/multipart/InterfaceHttpData$HttpDataType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 213
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getHttpDataType:()Lio/netty/handler/codec/http/multipart/InterfaceHttpData$HttpDataType;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 218
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getName:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 223
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.Object obj
         0: .line 228
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* obj */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int compareTo(io.netty.handler.codec.http.multipart.InterfaceHttpData);
    descriptor: (Lio/netty/handler/codec/http/multipart/InterfaceHttpData;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // io.netty.handler.codec.http.multipart.InterfaceHttpData o
         0: .line 233
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* o */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.compareTo:(Ljava/lang/Object;)I
            ireturn
        end local 1 // io.netty.handler.codec.http.multipart.InterfaceHttpData o
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1     o  Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 238
            new java.lang.StringBuilder
            dup
            ldc "Mixed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public java.lang.String getValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 243
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getValue:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
    Exceptions:
      throws java.io.IOException

  public void setValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.String value
         0: .line 248
            aload 1 /* value */
            ifnull 2
         1: .line 249
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual java.lang.String.getBytes:()[B
            arraylength
            i2l
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.checkSize:(J)V
         2: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* value */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.setValue:(Ljava/lang/String;)V
         3: .line 252
            return
        end local 1 // java.lang.String value
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    4     1  value  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public io.netty.buffer.ByteBuf getChunk(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // int length
         0: .line 256
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            iload 1 /* length */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getChunk:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int length
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      length  

  public java.io.File getFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 261
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.getFile:()Ljava/io/File;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
    Exceptions:
      throws java.io.IOException

  public io.netty.handler.codec.http.multipart.Attribute copy();
    descriptor: ()Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 266
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.copy:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public io.netty.handler.codec.http.multipart.Attribute duplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 271
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.duplicate:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public io.netty.handler.codec.http.multipart.Attribute retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 276
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.retainedDuplicate:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public io.netty.handler.codec.http.multipart.Attribute replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 281
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* content */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.buffer.ByteBuf content();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 286
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.content:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 291
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.refCnt:()I
            ireturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public io.netty.handler.codec.http.multipart.Attribute retain();
    descriptor: ()Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 296
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.retain:()Lio/netty/handler/codec/http/multipart/Attribute;
            pop
         1: .line 297
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public io.netty.handler.codec.http.multipart.Attribute retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // int increment
         0: .line 302
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            iload 1 /* increment */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.retain:(I)Lio/netty/handler/codec/http/multipart/Attribute;
            pop
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.http.multipart.Attribute touch();
    descriptor: ()Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 308
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.touch:()Lio/netty/handler/codec/http/multipart/Attribute;
            pop
         1: .line 309
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public io.netty.handler.codec.http.multipart.Attribute touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // java.lang.Object hint
         0: .line 314
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            aload 1 /* hint */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/Attribute;
            pop
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
         0: .line 320
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.release:()Z
            ireturn
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/multipart/MixedAttribute;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
        start local 1 // int decrement
         0: .line 325
            aload 0 /* this */
            getfield io.netty.handler.codec.http.multipart.MixedAttribute.attribute:Lio/netty/handler/codec/http/multipart/Attribute;
            iload 1 /* decrement */
            invokeinterface io.netty.handler.codec.http.multipart.Attribute.release:(I)Z
            ireturn
        end local 1 // int decrement
        end local 0 // io.netty.handler.codec.http.multipart.MixedAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/http/multipart/MixedAttribute;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public io.netty.buffer.ByteBufHolder copy();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.copy:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData copy();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.copy:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.multipart.InterfaceHttpData
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.compareTo:(Lio/netty/handler/codec/http/multipart/InterfaceHttpData;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:(I)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:(I)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:(I)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:(I)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData retain();
    descriptor: ()Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData retain();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retain:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder duplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.duplicate:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData duplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.duplicate:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.InterfaceHttpData touch();
    descriptor: ()Lio/netty/handler/codec/http/multipart/InterfaceHttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData touch();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.touch:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retainedDuplicate:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.multipart.HttpData retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/multipart/HttpData;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.multipart.MixedAttribute.retainedDuplicate:()Lio/netty/handler/codec/http/multipart/Attribute;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MixedAttribute.java"
InnerClasses:
  public final HttpDataType = io.netty.handler.codec.http.multipart.InterfaceHttpData$HttpDataType of io.netty.handler.codec.http.multipart.InterfaceHttpData