public class io.vertx.proton.impl.ProtonWritableBufferImpl implements org.apache.qpid.proton.codec.WritableBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.impl.ProtonWritableBufferImpl
  super_class: java.lang.Object
{
  public static final int INITIAL_CAPACITY;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  public io.netty.buffer.ByteBuf nettyBuffer;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
         0: .line 37
            aload 0 /* this */
            sipush 1024
            invokespecial io.vertx.proton.impl.ProtonWritableBufferImpl.<init>:(I)V
         1: .line 38
            return
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // int initialCapacity
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            iload 1 /* initialCapacity */
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            putfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
         2: .line 42
            return
        end local 1 // int initialCapacity
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    3     1  initialCapacity  I
    MethodParameters:
                 Name  Flags
      initialCapacity  

  public void <init>(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // io.netty.buffer.ByteBuf buffer
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
         2: .line 46
            return
        end local 1 // io.netty.buffer.ByteBuf buffer
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    3     1  buffer  Lio/netty/buffer/ByteBuf;
    MethodParameters:
        Name  Flags
      buffer  

  public io.netty.buffer.ByteBuf getBuffer();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;

  public void put(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // byte b
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* b */
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 55
            return
        end local 1 // byte b
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public void putFloat(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // float f
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            fload 1 /* f */
            invokevirtual io.netty.buffer.ByteBuf.writeFloat:(F)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 60
            return
        end local 1 // float f
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     f  F
    MethodParameters:
      Name  Flags
      f     

  public void putDouble(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // double d
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            dload 1 /* d */
            invokevirtual io.netty.buffer.ByteBuf.writeDouble:(D)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 65
            return
        end local 1 // double d
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     d  D
    MethodParameters:
      Name  Flags
      d     

  public void put(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // byte[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* src */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:([BII)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 70
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] src
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     src  [B
            0    2     2  offset  I
            0    2     3  length  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public void put(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // java.nio.ByteBuffer payload
         0: .line 74
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* payload */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Ljava/nio/ByteBuffer;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 75
            return
        end local 1 // java.nio.ByteBuffer payload
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1  payload  Ljava/nio/ByteBuffer;
    MethodParameters:
         Name  Flags
      payload  

  public void put(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // io.netty.buffer.ByteBuf payload
         0: .line 78
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* payload */
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 79
            return
        end local 1 // io.netty.buffer.ByteBuf payload
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1  payload  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      payload  

  public void putShort(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // short s
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* s */
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 84
            return
        end local 1 // short s
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     s  S
    MethodParameters:
      Name  Flags
      s     

  public void putInt(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // int i
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* i */
            invokevirtual io.netty.buffer.ByteBuf.writeInt:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 89
            return
        end local 1 // int i
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void putLong(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // long l
         0: .line 93
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            lload 1 /* l */
            invokevirtual io.netty.buffer.ByteBuf.writeLong:(J)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 94
            return
        end local 1 // long l
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public boolean hasRemaining();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.maxCapacity:()I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;

  public int remaining();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
         0: .line 103
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.maxCapacity:()I
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            isub
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;

  public void ensureRemaining(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // int remaining
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* remaining */
            invokevirtual io.netty.buffer.ByteBuf.ensureWritable:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 109
            return
        end local 1 // int remaining
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1  remaining  I
    MethodParameters:
           Name  Flags
      remaining  

  public int position();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:()I
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;

  public void position(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // int position
         0: .line 118
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            iload 1 /* position */
            invokevirtual io.netty.buffer.ByteBuf.writerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 119
            return
        end local 1 // int position
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1  position  I
    MethodParameters:
          Name  Flags
      position  

  public int limit();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
         0: .line 123
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;

  public void put(org.apache.qpid.proton.codec.ReadableBuffer);
    descriptor: (Lorg/apache/qpid/proton/codec/ReadableBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // org.apache.qpid.proton.codec.ReadableBuffer buffer
         0: .line 128
            aload 1 /* buffer */
            aload 0 /* this */
            invokeinterface org.apache.qpid.proton.codec.ReadableBuffer.get:(Lorg/apache/qpid/proton/codec/WritableBuffer;)Lorg/apache/qpid/proton/codec/ReadableBuffer;
            pop
         1: .line 129
            return
        end local 1 // org.apache.qpid.proton.codec.ReadableBuffer buffer
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1  buffer  Lorg/apache/qpid/proton/codec/ReadableBuffer;
    MethodParameters:
        Name  Flags
      buffer  

  public void put(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
        start local 1 // java.lang.String value
         0: .line 133
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonWritableBufferImpl.nettyBuffer:Lio/netty/buffer/ByteBuf;
            aload 1 /* value */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            pop
         1: .line 134
            return
        end local 1 // java.lang.String value
        end local 0 // io.vertx.proton.impl.ProtonWritableBufferImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/proton/impl/ProtonWritableBufferImpl;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ProtonWritableBufferImpl.java"