final class io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf extends io.netty.buffer.UnpooledUnsafeHeapByteBuf
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf
  super_class: io.netty.buffer.UnpooledUnsafeHeapByteBuf
{
  public void <init>(io.netty.buffer.ByteBufAllocator, int, int);
    descriptor: (Lio/netty/buffer/ByteBufAllocator;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
        start local 1 // io.netty.buffer.ByteBufAllocator alloc
        start local 2 // int initialCapacity
        start local 3 // int maxCapacity
         0: .line 23
            aload 0 /* this */
            aload 1 /* alloc */
            iload 2 /* initialCapacity */
            iload 3 /* maxCapacity */
            invokespecial io.netty.buffer.UnpooledUnsafeHeapByteBuf.<init>:(Lio/netty/buffer/ByteBufAllocator;II)V
         1: .line 24
            return
        end local 3 // int maxCapacity
        end local 2 // int initialCapacity
        end local 1 // io.netty.buffer.ByteBufAllocator alloc
        end local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/core/buffer/impl/VertxUnsafeHeapByteBuf;
            0    2     1            alloc  Lio/netty/buffer/ByteBufAllocator;
            0    2     2  initialCapacity  I
            0    2     3      maxCapacity  I
    MethodParameters:
                 Name  Flags
      alloc            
      initialCapacity  
      maxCapacity      

  public io.netty.buffer.ByteBuf retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
        start local 1 // int increment
         0: .line 28
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/buffer/impl/VertxUnsafeHeapByteBuf;
            0    1     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

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

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

  public io.netty.buffer.ByteBuf touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
        start local 1 // java.lang.Object hint
         0: .line 43
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/buffer/impl/VertxUnsafeHeapByteBuf;
            0    1     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.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
         0: .line 48
            iconst_0
            ireturn
        end local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/buffer/impl/VertxUnsafeHeapByteBuf;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
        start local 1 // int decrement
         0: .line 53
            iconst_0
            ireturn
        end local 1 // int decrement
        end local 0 // io.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/buffer/impl/VertxUnsafeHeapByteBuf;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  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.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            areturn
      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.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
            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.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            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.vertx.core.buffer.impl.VertxUnsafeHeapByteBuf.touch:()Lio/netty/buffer/ByteBuf;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "VertxUnsafeHeapByteBuf.java"