public abstract class java.nio.ByteBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.ByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.nio.ByteBuffer
  super_class: java.nio.Buffer
{
  final byte[] hb;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  final int offset;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  boolean isReadOnly;
    descriptor: Z
    flags: (0x0000) 

  boolean bigEndian;
    descriptor: Z
    flags: (0x0000) 

  boolean nativeByteOrder;
    descriptor: Z
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 267
            ldc Ljava/nio/ByteBuffer;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic java.nio.ByteBuffer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(int, int, int, int, byte[], int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIII[BILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=8
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // byte[] hb
        start local 6 // int offset
        start local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 286
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aload 7 /* segment */
            invokespecial java.nio.Buffer.<init>:(IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 2010
            aload 0 /* this */
         2: .line 2011
            iconst_1
            putfield java.nio.ByteBuffer.bigEndian:Z
         3: .line 2012
            aload 0 /* this */
         4: .line 2013
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals: java.nio.ByteBuffer int int int int byte[] int jdk.internal.access.foreign.MemorySegmentProxy
      StackMap stack: java.nio.ByteBuffer
         5: iconst_0
      StackMap locals: java.nio.ByteBuffer int int int int byte[] int jdk.internal.access.foreign.MemorySegmentProxy
      StackMap stack: java.nio.ByteBuffer int
         6: putfield java.nio.ByteBuffer.nativeByteOrder:Z
         7: .line 287
            aload 0 /* this */
            aload 5 /* hb */
            putfield java.nio.ByteBuffer.hb:[B
         8: .line 288
            aload 0 /* this */
            iload 6 /* offset */
            putfield java.nio.ByteBuffer.offset:I
         9: .line 289
            return
        end local 7 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 6 // int offset
        end local 5 // byte[] hb
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Ljava/nio/ByteBuffer;
            0   10     1     mark  I
            0   10     2      pos  I
            0   10     3      lim  I
            0   10     4      cap  I
            0   10     5       hb  [B
            0   10     6   offset  I
            0   10     7  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      hb       
      offset   
      segment  

  void <init>(int, int, int, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: (IIIILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=8, locals=6, args_size=6
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int mark
        start local 2 // int pos
        start local 3 // int lim
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 294
            aload 0 /* this */
            iload 1 /* mark */
            iload 2 /* pos */
            iload 3 /* lim */
            iload 4 /* cap */
            aconst_null
            iconst_0
            aload 5 /* segment */
            invokespecial java.nio.ByteBuffer.<init>:(IIII[BILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 295
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int mark
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/nio/ByteBuffer;
            0    2     1     mark  I
            0    2     2      pos  I
            0    2     3      lim  I
            0    2     4      cap  I
            0    2     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      mark     
      pos      
      lim      
      cap      
      segment  

  void <init>(byte[], long, int, jdk.internal.access.foreign.MemorySegmentProxy);
    descriptor: ([BJILjdk/internal/access/foreign/MemorySegmentProxy;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // java.nio.ByteBuffer this
        start local 1 // byte[] hb
        start local 2 // long addr
        start local 4 // int cap
        start local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
         0: .line 300
            aload 0 /* this */
            lload 2 /* addr */
            iload 4 /* cap */
            aload 5 /* segment */
            invokespecial java.nio.Buffer.<init>:(JILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: .line 2010
            aload 0 /* this */
         2: .line 2011
            iconst_1
            putfield java.nio.ByteBuffer.bigEndian:Z
         3: .line 2012
            aload 0 /* this */
         4: .line 2013
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals: java.nio.ByteBuffer byte[] long int jdk.internal.access.foreign.MemorySegmentProxy
      StackMap stack: java.nio.ByteBuffer
         5: iconst_0
      StackMap locals: java.nio.ByteBuffer byte[] long int jdk.internal.access.foreign.MemorySegmentProxy
      StackMap stack: java.nio.ByteBuffer int
         6: putfield java.nio.ByteBuffer.nativeByteOrder:Z
         7: .line 301
            aload 0 /* this */
            aload 1 /* hb */
            putfield java.nio.ByteBuffer.hb:[B
         8: .line 302
            aload 0 /* this */
            iconst_0
            putfield java.nio.ByteBuffer.offset:I
         9: .line 303
            return
        end local 5 // jdk.internal.access.foreign.MemorySegmentProxy segment
        end local 4 // int cap
        end local 2 // long addr
        end local 1 // byte[] hb
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Ljava/nio/ByteBuffer;
            0   10     1       hb  [B
            0   10     2     addr  J
            0   10     4      cap  I
            0   10     5  segment  Ljdk/internal/access/foreign/MemorySegmentProxy;
    MethodParameters:
         Name  Flags
      hb       
      addr     
      cap      
      segment  

  java.lang.Object base();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 307
            aload 0 /* this */
            getfield java.nio.ByteBuffer.hb:[B
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBuffer;

  public static java.nio.ByteBuffer allocateDirect(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 330
            new java.nio.DirectByteBuffer
            dup
            iload 0 /* capacity */
            invokespecial java.nio.DirectByteBuffer.<init>:(I)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public static java.nio.ByteBuffer allocate(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 359
            iload 0 /* capacity */
            ifge 2
         1: .line 360
            iload 0 /* capacity */
            invokestatic java.nio.ByteBuffer.createCapacityException:(I)Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 361
      StackMap locals:
      StackMap stack:
            new java.nio.HeapByteBuffer
            dup
            iload 0 /* capacity */
            iload 0 /* capacity */
            aconst_null
            invokespecial java.nio.HeapByteBuffer.<init>:(IILjdk/internal/access/foreign/MemorySegmentProxy;)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0  capacity  I
    MethodParameters:
          Name  Flags
      capacity  

  public static java.nio.ByteBuffer wrap(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // byte[] array
        start local 1 // int offset
        start local 2 // int length
         0: .line 406
            new java.nio.HeapByteBuffer
            dup
            aload 0 /* array */
            iload 1 /* offset */
            iload 2 /* length */
            aconst_null
            invokespecial java.nio.HeapByteBuffer.<init>:([BIILjdk/internal/access/foreign/MemorySegmentProxy;)V
         1: areturn
         2: .line 407
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 408
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int length
        end local 1 // int offset
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   array  [B
            0    4     1  offset  I
            0    4     2  length  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
        Name  Flags
      array   
      offset  
      length  

  public static java.nio.ByteBuffer wrap(byte[]);
    descriptor: ([B)Ljava/nio/ByteBuffer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] array
         0: .line 435
            aload 0 /* array */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            areturn
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  array  [B
    MethodParameters:
       Name  Flags
      array  

  public abstract java.nio.ByteBuffer slice();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer slice(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      index   
      length  

  public abstract java.nio.ByteBuffer duplicate();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer asReadOnlyBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract byte get();
    descriptor: ()B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer put(byte);
    descriptor: (B)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      b     

  public abstract byte get(int);
    descriptor: (I)B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer put(int, byte);
    descriptor: (IB)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      b      

  public java.nio.ByteBuffer get(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.ByteBuffer this
        start local 1 // byte[] dst
        start local 2 // int offset
        start local 3 // int length
         0: .line 793
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 794
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            if_icmple 3
         2: .line 795
            new java.nio.BufferUnderflowException
            dup
            invokespecial java.nio.BufferUnderflowException.<init>:()V
            athrow
         3: .line 796
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 797
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 798
      StackMap locals: int int
      StackMap stack:
            aload 1 /* dst */
            iload 5 /* i */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.get:()B
            bastore
         7: .line 797
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 799
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] dst
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/ByteBuffer;
            0   10     1     dst  [B
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      dst     
      offset  
      length  

  public java.nio.ByteBuffer get(byte[]);
    descriptor: ([B)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // byte[] dst
         0: .line 822
            aload 0 /* this */
            aload 1 /* dst */
            iconst_0
            aload 1 /* dst */
            arraylength
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            areturn
        end local 1 // byte[] dst
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBuffer;
            0    1     1   dst  [B
    MethodParameters:
      Name  Flags
      dst   

  public java.nio.ByteBuffer get(int, byte[], int, int);
    descriptor: (I[BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int index
        start local 2 // byte[] dst
        start local 3 // int offset
        start local 4 // int length
         0: .line 870
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 871
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* dst */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 872
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         3: .line 873
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         4: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         5: goto 8
         6: .line 874
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* dst */
            iload 6 /* i */
            aload 0 /* this */
            iload 7 /* j */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bastore
         7: .line 873
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 6
        end local 7 // int j
        end local 6 // int i
         9: .line 875
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/ByteBuffer;
            0   10     1   index  I
            0   10     2     dst  [B
            0   10     3  offset  I
            0   10     4  length  I
            3   10     5     end  I
            4    9     6       i  I
            5    9     7       j  I
    MethodParameters:
        Name  Flags
      index   
      dst     
      offset  
      length  

  public java.nio.ByteBuffer get(int, byte[]);
    descriptor: (I[B)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int index
        start local 2 // byte[] dst
         0: .line 906
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* dst */
            iconst_0
            aload 2 /* dst */
            arraylength
            invokevirtual java.nio.ByteBuffer.get:(I[BII)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // byte[] dst
        end local 1 // int index
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/ByteBuffer;
            0    1     1  index  I
            0    1     2    dst  [B
    MethodParameters:
       Name  Flags
      index  
      dst    

  public java.nio.ByteBuffer put(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // java.nio.ByteBuffer src
         0: .line 956
            aload 1 /* src */
            aload 0 /* this */
            if_acmpne 2
         1: .line 957
            invokestatic java.nio.ByteBuffer.createSameBufferException:()Ljava/lang/IllegalArgumentException;
            athrow
         2: .line 958
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 959
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 961
      StackMap locals:
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* srcPos */
        start local 2 // int srcPos
         5: .line 962
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 3 /* srcLim */
        start local 3 // int srcLim
         6: .line 963
            iload 2 /* srcPos */
            iload 3 /* srcLim */
            if_icmpgt 7
            iload 3 /* srcLim */
            iload 2 /* srcPos */
            isub
            goto 8
      StackMap locals: int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 4 /* srcRem */
        start local 4 // int srcRem
         9: .line 964
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* pos */
        start local 5 // int pos
        10: .line 965
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 6 /* lim */
        start local 6 // int lim
        11: .line 966
            iload 5 /* pos */
            iload 6 /* lim */
            if_icmpgt 12
            iload 6 /* lim */
            iload 5 /* pos */
            isub
            goto 13
      StackMap locals: int int int
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* rem */
        start local 7 // int rem
        14: .line 968
            iload 4 /* srcRem */
            iload 7 /* rem */
            if_icmple 16
        15: .line 969
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
        16: .line 971
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* pos */
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 4 /* srcRem */
            invokevirtual java.nio.ByteBuffer.putBuffer:(ILjava/nio/ByteBuffer;II)V
        17: .line 973
            aload 0 /* this */
            iload 5 /* pos */
            iload 4 /* srcRem */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        18: .line 974
            aload 1 /* src */
            iload 2 /* srcPos */
            iload 4 /* srcRem */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        19: .line 976
            aload 0 /* this */
            areturn
        end local 7 // int rem
        end local 6 // int lim
        end local 5 // int pos
        end local 4 // int srcRem
        end local 3 // int srcLim
        end local 2 // int srcPos
        end local 1 // java.nio.ByteBuffer src
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljava/nio/ByteBuffer;
            0   20     1     src  Ljava/nio/ByteBuffer;
            5   20     2  srcPos  I
            6   20     3  srcLim  I
            9   20     4  srcRem  I
           10   20     5     pos  I
           11   20     6     lim  I
           14   20     7     rem  I
    MethodParameters:
      Name  Flags
      src   

  public java.nio.ByteBuffer put(int, java.nio.ByteBuffer, int, int);
    descriptor: (ILjava/nio/ByteBuffer;II)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int index
        start local 2 // java.nio.ByteBuffer src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1030
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1031
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         2: .line 1032
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.isReadOnly:()Z
            ifeq 4
         3: .line 1033
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual java.nio.ByteBuffer.putBuffer:(ILjava/nio/ByteBuffer;II)V
         5: .line 1037
            aload 0 /* this */
            areturn
        end local 4 // int length
        end local 3 // int offset
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int index
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljava/nio/ByteBuffer;
            0    6     1   index  I
            0    6     2     src  Ljava/nio/ByteBuffer;
            0    6     3  offset  I
            0    6     4  length  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  void putBuffer(int, java.nio.ByteBuffer, int, int);
    descriptor: (ILjava/nio/ByteBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=11, locals=14, args_size=5
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int pos
        start local 2 // java.nio.ByteBuffer src
        start local 3 // int srcPos
        start local 4 // int n
         0: .line 1041
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.base:()Ljava/lang/Object;
            astore 5 /* srcBase */
        start local 5 // java.lang.Object srcBase
         1: .line 1046
            getstatic java.nio.ByteBuffer.$assertionsDisabled:Z
            ifne 2
            aload 5 /* srcBase */
            ifnonnull 2
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifne 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1049
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.base:()Ljava/lang/Object;
            astore 6 /* base */
        start local 6 // java.lang.Object base
         3: .line 1050
            getstatic java.nio.ByteBuffer.$assertionsDisabled:Z
            ifne 4
            aload 6 /* base */
            ifnonnull 4
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 1052
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 2 /* src */
            getfield java.nio.ByteBuffer.address:J
            iload 3 /* srcPos */
            i2l
            iconst_0
            lshl
            ladd
            lstore 7 /* srcAddr */
        start local 7 // long srcAddr
         5: .line 1053
            aload 0 /* this */
            getfield java.nio.ByteBuffer.address:J
            iload 1 /* pos */
            i2l
            iconst_0
            lshl
            ladd
            lstore 9 /* addr */
        start local 9 // long addr
         6: .line 1054
            iload 4 /* n */
            i2l
            iconst_0
            lshl
            lstore 11 /* len */
        start local 11 // long len
         7: .line 1060
            getstatic java.nio.ByteBuffer.SCOPED_MEMORY_ACCESS:Ljdk/internal/misc/ScopedMemoryAccess;
         8: .line 1061
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 2 /* src */
            invokevirtual java.nio.ByteBuffer.scope:()Ljdk/internal/misc/ScopedMemoryAccess$Scope;
            aload 5 /* srcBase */
         9: .line 1062
            lload 7 /* srcAddr */
            aload 6 /* base */
            lload 9 /* addr */
            lload 11 /* len */
        10: .line 1060
            invokevirtual jdk.internal.misc.ScopedMemoryAccess.copyMemory:(Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljdk/internal/misc/ScopedMemoryAccess$Scope;Ljava/lang/Object;JLjava/lang/Object;JJ)V
        11: .line 1063
            goto 16
      StackMap locals: java.nio.ByteBuffer int java.nio.ByteBuffer int int java.lang.Object java.lang.Object long long long
      StackMap stack: java.lang.Throwable
        12: astore 13
        13: .line 1064
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        14: .line 1065
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        15: .line 1066
            aload 13
            athrow
        16: .line 1064
      StackMap locals:
      StackMap stack:
            aload 2 /* src */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        17: .line 1065
            aload 0 /* this */
            invokestatic java.lang.ref.Reference.reachabilityFence:(Ljava/lang/Object;)V
        18: .line 1087
            return
        end local 11 // long len
        end local 9 // long addr
        end local 7 // long srcAddr
        end local 6 // java.lang.Object base
        end local 5 // java.lang.Object srcBase
        end local 4 // int n
        end local 3 // int srcPos
        end local 2 // java.nio.ByteBuffer src
        end local 1 // int pos
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Ljava/nio/ByteBuffer;
            0   19     1      pos  I
            0   19     2      src  Ljava/nio/ByteBuffer;
            0   19     3   srcPos  I
            0   19     4        n  I
            1   19     5  srcBase  Ljava/lang/Object;
            3   19     6     base  Ljava/lang/Object;
            5   19     7  srcAddr  J
            6   19     9     addr  J
            7   19    11      len  J
      Exception table:
        from    to  target  type
           7    12      12  any
    MethodParameters:
        Name  Flags
      pos     
      src     
      srcPos  
      n       

  public java.nio.ByteBuffer put(byte[], int, int);
    descriptor: ([BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.nio.ByteBuffer this
        start local 1 // byte[] src
        start local 2 // int offset
        start local 3 // int length
         0: .line 1141
            iload 2 /* offset */
            iload 3 /* length */
            aload 1 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         1: .line 1142
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            if_icmple 3
         2: .line 1143
            new java.nio.BufferOverflowException
            dup
            invokespecial java.nio.BufferOverflowException.<init>:()V
            athrow
         3: .line 1144
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 4 /* end */
        start local 4 // int end
         4: .line 1145
            iload 2 /* offset */
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 1146
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            iload 5 /* i */
            baload
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 1145
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* end */
            if_icmplt 6
        end local 5 // int i
         9: .line 1147
            aload 0 /* this */
            areturn
        end local 4 // int end
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] src
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Ljava/nio/ByteBuffer;
            0   10     1     src  [B
            0   10     2  offset  I
            0   10     3  length  I
            4   10     4     end  I
            5    9     5       i  I
    MethodParameters:
        Name  Flags
      src     
      offset  
      length  

  public final java.nio.ByteBuffer put(byte[]);
    descriptor: ([B)Ljava/nio/ByteBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // byte[] src
         0: .line 1173
            aload 0 /* this */
            aload 1 /* src */
            iconst_0
            aload 1 /* src */
            arraylength
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            areturn
        end local 1 // byte[] src
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/ByteBuffer;
            0    1     1   src  [B
    MethodParameters:
      Name  Flags
      src   

  public java.nio.ByteBuffer put(int, byte[], int, int);
    descriptor: (I[BII)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int index
        start local 2 // byte[] src
        start local 3 // int offset
        start local 4 // int length
         0: .line 1222
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.isReadOnly:()Z
            ifeq 2
         1: .line 1223
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         2: .line 1224
      StackMap locals:
      StackMap stack:
            iload 1 /* index */
            iload 4 /* length */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         3: .line 1225
            iload 3 /* offset */
            iload 4 /* length */
            aload 2 /* src */
            arraylength
            invokestatic java.util.Objects.checkFromIndexSize:(III)I
            pop
         4: .line 1226
            iload 3 /* offset */
            iload 4 /* length */
            iadd
            istore 5 /* end */
        start local 5 // int end
         5: .line 1227
            iload 3 /* offset */
            istore 6 /* i */
        start local 6 // int i
         6: iload 1 /* index */
            istore 7 /* j */
        start local 7 // int j
         7: goto 10
         8: .line 1228
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* j */
            aload 2 /* src */
            iload 6 /* i */
            baload
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 1227
            iinc 6 /* i */ 1
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            iload 5 /* end */
            if_icmplt 8
        end local 7 // int j
        end local 6 // int i
        11: .line 1229
            aload 0 /* this */
            areturn
        end local 5 // int end
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Ljava/nio/ByteBuffer;
            0   12     1   index  I
            0   12     2     src  [B
            0   12     3  offset  I
            0   12     4  length  I
            5   12     5     end  I
            6   11     6       i  I
            7   11     7       j  I
    MethodParameters:
        Name  Flags
      index   
      src     
      offset  
      length  

  public java.nio.ByteBuffer put(int, byte[]);
    descriptor: (I[B)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int index
        start local 2 // byte[] src
         0: .line 1262
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* src */
            iconst_0
            aload 2 /* src */
            arraylength
            invokevirtual java.nio.ByteBuffer.put:(I[BII)Ljava/nio/ByteBuffer;
            areturn
        end local 2 // byte[] src
        end local 1 // int index
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/nio/ByteBuffer;
            0    1     1  index  I
            0    1     2    src  [B
    MethodParameters:
       Name  Flags
      index  
      src    

  public final boolean hasArray();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1373
            aload 0 /* this */
            getfield java.nio.ByteBuffer.hb:[B
            ifnull 1
            aload 0 /* this */
            getfield java.nio.ByteBuffer.isReadOnly:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBuffer;

  public final byte[] array();
    descriptor: ()[B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1396
            aload 0 /* this */
            getfield java.nio.ByteBuffer.hb:[B
            ifnonnull 2
         1: .line 1397
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.ByteBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1399
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.ByteBuffer.hb:[B
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/ByteBuffer;

  public final int arrayOffset();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1424
            aload 0 /* this */
            getfield java.nio.ByteBuffer.hb:[B
            ifnonnull 2
         1: .line 1425
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 1426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.ByteBuffer.isReadOnly:Z
            ifeq 4
         3: .line 1427
            new java.nio.ReadOnlyBufferException
            dup
            invokespecial java.nio.ReadOnlyBufferException.<init>:()V
            athrow
         4: .line 1428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.ByteBuffer.offset:I
            ireturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/nio/ByteBuffer;

  public java.nio.ByteBuffer position(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int newPosition
         0: .line 1442
            aload 0 /* this */
            iload 1 /* newPosition */
            invokespecial java.nio.Buffer.position:(I)Ljava/nio/Buffer;
            pop
         1: .line 1443
            aload 0 /* this */
            areturn
        end local 1 // int newPosition
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljava/nio/ByteBuffer;
            0    2     1  newPosition  I
    MethodParameters:
             Name  Flags
      newPosition  

  public java.nio.ByteBuffer limit(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int newLimit
         0: .line 1455
            aload 0 /* this */
            iload 1 /* newLimit */
            invokespecial java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         1: .line 1456
            aload 0 /* this */
            areturn
        end local 1 // int newLimit
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/nio/ByteBuffer;
            0    2     1  newLimit  I
    MethodParameters:
          Name  Flags
      newLimit  

  public java.nio.ByteBuffer mark();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1468
            aload 0 /* this */
            invokespecial java.nio.Buffer.mark:()Ljava/nio/Buffer;
            pop
         1: .line 1469
            aload 0 /* this */
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBuffer;

  public java.nio.ByteBuffer reset();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1481
            aload 0 /* this */
            invokespecial java.nio.Buffer.reset:()Ljava/nio/Buffer;
            pop
         1: .line 1482
            aload 0 /* this */
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBuffer;

  public java.nio.ByteBuffer clear();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1494
            aload 0 /* this */
            invokespecial java.nio.Buffer.clear:()Ljava/nio/Buffer;
            pop
         1: .line 1495
            aload 0 /* this */
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBuffer;

  public java.nio.ByteBuffer flip();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1507
            aload 0 /* this */
            invokespecial java.nio.Buffer.flip:()Ljava/nio/Buffer;
            pop
         1: .line 1508
            aload 0 /* this */
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBuffer;

  public java.nio.ByteBuffer rewind();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1520
            aload 0 /* this */
            invokespecial java.nio.Buffer.rewind:()Ljava/nio/Buffer;
            pop
         1: .line 1521
            aload 0 /* this */
            areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/nio/ByteBuffer;

  public abstract java.nio.ByteBuffer compact();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isDirect();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1595
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuffer sb
         1: .line 1596
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 1597
            aload 1 /* sb */
            ldc "[pos="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 1598
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         4: .line 1599
            aload 1 /* sb */
            ldc " lim="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 1600
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         6: .line 1601
            aload 1 /* sb */
            ldc " cap="
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 1602
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.capacity:()I
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         8: .line 1603
            aload 1 /* sb */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 1604
            aload 1 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer sb
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/nio/ByteBuffer;
            1   10     1    sb  Ljava/lang/StringBuffer;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 1626
            iconst_1
            istore 1 /* h */
        start local 1 // int h
         1: .line 1627
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* p */
        start local 2 // int p
         2: .line 1628
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 1632
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 1 /* h */
            imul
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            iadd
            istore 1 /* h */
         5: .line 1628
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* p */
            if_icmpge 4
        end local 3 // int i
         7: .line 1634
            iload 1 /* h */
            ireturn
        end local 2 // int p
        end local 1 // int h
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/nio/ByteBuffer;
            1    8     1     h  I
            2    8     2     p  I
            3    7     3     i  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // java.lang.Object ob
         0: .line 1670
            aload 0 /* this */
            aload 1 /* ob */
            if_acmpne 2
         1: .line 1671
            iconst_1
            ireturn
         2: .line 1672
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            instanceof java.nio.ByteBuffer
            ifne 4
         3: .line 1673
            iconst_0
            ireturn
         4: .line 1674
      StackMap locals:
      StackMap stack:
            aload 1 /* ob */
            checkcast java.nio.ByteBuffer
            astore 2 /* that */
        start local 2 // java.nio.ByteBuffer that
         5: .line 1675
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* thisPos */
        start local 3 // int thisPos
         6: .line 1676
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 3 /* thisPos */
            isub
            istore 4 /* thisRem */
        start local 4 // int thisRem
         7: .line 1677
            aload 2 /* that */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* thatPos */
        start local 5 // int thatPos
         8: .line 1678
            aload 2 /* that */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 5 /* thatPos */
            isub
            istore 6 /* thatRem */
        start local 6 // int thatRem
         9: .line 1679
            iload 4 /* thisRem */
            iflt 10
            iload 4 /* thisRem */
            iload 6 /* thatRem */
            if_icmpeq 11
        10: .line 1680
      StackMap locals: java.nio.ByteBuffer java.lang.Object java.nio.ByteBuffer int int int int
      StackMap stack:
            iconst_0
            ireturn
        11: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* thisPos */
        12: .line 1682
            aload 2 /* that */
            iload 5 /* thatPos */
        13: .line 1683
            iload 4 /* thisRem */
        14: .line 1681
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/ByteBuffer;ILjava/nio/ByteBuffer;II)I
            ifge 15
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        15: iconst_0
            ireturn
        end local 6 // int thatRem
        end local 5 // int thatPos
        end local 4 // int thisRem
        end local 3 // int thisPos
        end local 2 // java.nio.ByteBuffer that
        end local 1 // java.lang.Object ob
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljava/nio/ByteBuffer;
            0   16     1       ob  Ljava/lang/Object;
            5   16     2     that  Ljava/nio/ByteBuffer;
            6   16     3  thisPos  I
            7   16     4  thisRem  I
            8   16     5  thatPos  I
            9   16     6  thatRem  I
    MethodParameters:
      Name  Flags
      ob    

  public int compareTo(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // java.nio.ByteBuffer that
         0: .line 1710
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* thisPos */
        start local 2 // int thisPos
         1: .line 1711
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 2 /* thisPos */
            isub
            istore 3 /* thisRem */
        start local 3 // int thisRem
         2: .line 1712
            aload 1 /* that */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 4 /* thatPos */
        start local 4 // int thatPos
         3: .line 1713
            aload 1 /* that */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 4 /* thatPos */
            isub
            istore 5 /* thatRem */
        start local 5 // int thatRem
         4: .line 1714
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* length */
        start local 6 // int length
         5: .line 1715
            iload 6 /* length */
            ifge 7
         6: .line 1716
            iconst_m1
            ireturn
         7: .line 1717
      StackMap locals: java.nio.ByteBuffer java.nio.ByteBuffer int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* thisPos */
         8: .line 1718
            aload 1 /* that */
            iload 4 /* thatPos */
         9: .line 1719
            iload 6 /* length */
        10: .line 1717
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/ByteBuffer;ILjava/nio/ByteBuffer;II)I
            istore 7 /* i */
        start local 7 // int i
        11: .line 1720
            iload 7 /* i */
            iflt 13
        12: .line 1721
            aload 0 /* this */
            iload 2 /* thisPos */
            iload 7 /* i */
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            aload 1 /* that */
            iload 4 /* thatPos */
            iload 7 /* i */
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokestatic java.nio.ByteBuffer.compare:(BB)I
            ireturn
        13: .line 1723
      StackMap locals: int
      StackMap stack:
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            isub
            ireturn
        end local 7 // int i
        end local 6 // int length
        end local 5 // int thatRem
        end local 4 // int thatPos
        end local 3 // int thisRem
        end local 2 // int thisPos
        end local 1 // java.nio.ByteBuffer that
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/nio/ByteBuffer;
            0   14     1     that  Ljava/nio/ByteBuffer;
            1   14     2  thisPos  I
            2   14     3  thisRem  I
            3   14     4  thatPos  I
            4   14     5  thatRem  I
            5   14     6   length  I
           11   14     7        i  I
    MethodParameters:
      Name  Flags
      that  

  private static int compare(byte, byte);
    descriptor: (BB)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte x
        start local 1 // byte y
         0: .line 1733
            iload 0 /* x */
            iload 1 /* y */
            invokestatic java.lang.Byte.compare:(BB)I
            ireturn
        end local 1 // byte y
        end local 0 // byte x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  B
            0    1     1     y  B
    MethodParameters:
      Name  Flags
      x     
      y     

  public int mismatch(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // java.nio.ByteBuffer that
         0: .line 1762
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* thisPos */
        start local 2 // int thisPos
         1: .line 1763
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 2 /* thisPos */
            isub
            istore 3 /* thisRem */
        start local 3 // int thisRem
         2: .line 1764
            aload 1 /* that */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 4 /* thatPos */
        start local 4 // int thatPos
         3: .line 1765
            aload 1 /* that */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iload 4 /* thatPos */
            isub
            istore 5 /* thatRem */
        start local 5 // int thatRem
         4: .line 1766
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* length */
        start local 6 // int length
         5: .line 1767
            iload 6 /* length */
            ifge 7
         6: .line 1768
            iconst_m1
            ireturn
         7: .line 1769
      StackMap locals: java.nio.ByteBuffer java.nio.ByteBuffer int int int int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* thisPos */
         8: .line 1770
            aload 1 /* that */
            iload 4 /* thatPos */
         9: .line 1771
            iload 6 /* length */
        10: .line 1769
            invokestatic java.nio.BufferMismatch.mismatch:(Ljava/nio/ByteBuffer;ILjava/nio/ByteBuffer;II)I
            istore 7 /* r */
        start local 7 // int r
        11: .line 1772
            iload 7 /* r */
            iconst_m1
            if_icmpne 12
            iload 3 /* thisRem */
            iload 5 /* thatRem */
            if_icmpeq 12
            iload 6 /* length */
            goto 13
      StackMap locals: int
      StackMap stack:
        12: iload 7 /* r */
      StackMap locals:
      StackMap stack: int
        13: ireturn
        end local 7 // int r
        end local 6 // int length
        end local 5 // int thatRem
        end local 4 // int thatPos
        end local 3 // int thisRem
        end local 2 // int thisPos
        end local 1 // java.nio.ByteBuffer that
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Ljava/nio/ByteBuffer;
            0   14     1     that  Ljava/nio/ByteBuffer;
            1   14     2  thisPos  I
            2   14     3  thisRem  I
            3   14     4  thatPos  I
            4   14     5  thatRem  I
            5   14     6   length  I
           11   14     7        r  I
    MethodParameters:
      Name  Flags
      that  

  public final java.nio.ByteOrder order();
    descriptor: ()Ljava/nio/ByteOrder;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.ByteBuffer this
         0: .line 2026
            aload 0 /* this */
            getfield java.nio.ByteBuffer.bigEndian:Z
            ifeq 1
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
      StackMap locals:
      StackMap stack: java.nio.ByteOrder
         2: areturn
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/nio/ByteBuffer;

  public final java.nio.ByteBuffer order(java.nio.ByteOrder);
    descriptor: (Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // java.nio.ByteOrder bo
         0: .line 2040
            aload 0 /* this */
            aload 1 /* bo */
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
         1: iconst_0
      StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder
      StackMap stack: java.nio.ByteBuffer int
         2: putfield java.nio.ByteBuffer.bigEndian:Z
         3: .line 2041
            aload 0 /* this */
         4: .line 2042
            aload 0 /* this */
            getfield java.nio.ByteBuffer.bigEndian:Z
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            getstatic java.nio.ByteOrder.BIG_ENDIAN:Ljava/nio/ByteOrder;
            if_acmpne 5
            iconst_1
            goto 6
      StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder
      StackMap stack: java.nio.ByteBuffer int
         5: iconst_0
      StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder
      StackMap stack: java.nio.ByteBuffer int int
         6: if_icmpne 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: java.nio.ByteBuffer
         7: iconst_0
         8: .line 2041
      StackMap locals: java.nio.ByteBuffer java.nio.ByteOrder
      StackMap stack: java.nio.ByteBuffer int
            putfield java.nio.ByteBuffer.nativeByteOrder:Z
         9: .line 2043
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteOrder bo
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/nio/ByteBuffer;
            0   10     1    bo  Ljava/nio/ByteOrder;
    MethodParameters:
      Name  Flags
      bo    

  public final int alignmentOffset(int, int);
    descriptor: (II)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int index
        start local 2 // int unitSize
         0: .line 2103
            iload 1 /* index */
            ifge 2
         1: .line 2104
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Index less than zero: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* index */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2105
      StackMap locals:
      StackMap stack:
            iload 2 /* unitSize */
            iconst_1
            if_icmplt 3
            iload 2 /* unitSize */
            iload 2 /* unitSize */
            iconst_1
            isub
            iand
            ifeq 4
         3: .line 2106
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unit size not a power of two: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* unitSize */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2107
      StackMap locals:
      StackMap stack:
            iload 2 /* unitSize */
            bipush 8
            if_icmple 6
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.isDirect:()Z
            ifne 6
         5: .line 2108
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unit size unsupported for non-direct buffers: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* unitSize */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.nio.ByteBuffer.address:J
            iload 1 /* index */
            i2l
            ladd
            iload 2 /* unitSize */
            iconst_1
            isub
            i2l
            land
            l2i
            ireturn
        end local 2 // int unitSize
        end local 1 // int index
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Ljava/nio/ByteBuffer;
            0    7     1     index  I
            0    7     2  unitSize  I
    MethodParameters:
          Name  Flags
      index     
      unitSize  

  public final java.nio.ByteBuffer alignedSlice(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // java.nio.ByteBuffer this
        start local 1 // int unitSize
         0: .line 2173
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* pos */
        start local 2 // int pos
         1: .line 2174
            aload 0 /* this */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 3 /* lim */
        start local 3 // int lim
         2: .line 2176
            aload 0 /* this */
            iload 2 /* pos */
            iload 1 /* unitSize */
            invokevirtual java.nio.ByteBuffer.alignmentOffset:(II)I
            istore 4 /* pos_mod */
        start local 4 // int pos_mod
         3: .line 2177
            aload 0 /* this */
            iload 3 /* lim */
            iload 1 /* unitSize */
            invokevirtual java.nio.ByteBuffer.alignmentOffset:(II)I
            istore 5 /* lim_mod */
        start local 5 // int lim_mod
         4: .line 2180
            iload 4 /* pos_mod */
            ifle 6
         5: .line 2181
            iload 2 /* pos */
            iload 1 /* unitSize */
            iload 4 /* pos_mod */
            isub
            iadd
            goto 7
         6: .line 2182
      StackMap locals: java.nio.ByteBuffer int int int int int
      StackMap stack:
            iload 2 /* pos */
         7: .line 2180
      StackMap locals:
      StackMap stack: int
            istore 6 /* aligned_pos */
        start local 6 // int aligned_pos
         8: .line 2185
            iload 3 /* lim */
            iload 5 /* lim_mod */
            isub
            istore 7 /* aligned_lim */
        start local 7 // int aligned_lim
         9: .line 2187
            iload 6 /* aligned_pos */
            iload 3 /* lim */
            if_icmpgt 10
            iload 7 /* aligned_lim */
            iload 2 /* pos */
            if_icmpge 11
        10: .line 2188
      StackMap locals: int int
      StackMap stack:
            iload 2 /* pos */
            dup
            istore 7 /* aligned_lim */
            istore 6 /* aligned_pos */
        11: .line 2191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* aligned_pos */
            iload 7 /* aligned_lim */
            iload 6 /* aligned_pos */
            isub
            invokevirtual java.nio.ByteBuffer.slice:(II)Ljava/nio/ByteBuffer;
            areturn
        end local 7 // int aligned_lim
        end local 6 // int aligned_pos
        end local 5 // int lim_mod
        end local 4 // int pos_mod
        end local 3 // int lim
        end local 2 // int pos
        end local 1 // int unitSize
        end local 0 // java.nio.ByteBuffer this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Ljava/nio/ByteBuffer;
            0   12     1     unitSize  I
            1   12     2          pos  I
            2   12     3          lim  I
            3   12     4      pos_mod  I
            4   12     5      lim_mod  I
            8   12     6  aligned_pos  I
            9   12     7  aligned_lim  I
    MethodParameters:
          Name  Flags
      unitSize  

  public abstract char getChar();
    descriptor: ()C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer putChar(char);
    descriptor: (C)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract char getChar(int);
    descriptor: (I)C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer putChar(int, char);
    descriptor: (IC)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract java.nio.CharBuffer asCharBuffer();
    descriptor: ()Ljava/nio/CharBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short getShort();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer putShort(short);
    descriptor: (S)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract short getShort(int);
    descriptor: (I)S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer putShort(int, short);
    descriptor: (IS)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract java.nio.ShortBuffer asShortBuffer();
    descriptor: ()Ljava/nio/ShortBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getInt();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer putInt(int);
    descriptor: (I)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract int getInt(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer putInt(int, int);
    descriptor: (II)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract java.nio.IntBuffer asIntBuffer();
    descriptor: ()Ljava/nio/IntBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract long getLong();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer putLong(long);
    descriptor: (J)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract long getLong(int);
    descriptor: (I)J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer putLong(int, long);
    descriptor: (IJ)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract java.nio.LongBuffer asLongBuffer();
    descriptor: ()Ljava/nio/LongBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract float getFloat();
    descriptor: ()F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer putFloat(float);
    descriptor: (F)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract float getFloat(int);
    descriptor: (I)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer putFloat(int, float);
    descriptor: (IF)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract java.nio.FloatBuffer asFloatBuffer();
    descriptor: ()Ljava/nio/FloatBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getDouble();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.nio.ByteBuffer putDouble(double);
    descriptor: (D)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  

  public abstract double getDouble(int);
    descriptor: (I)D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  

  public abstract java.nio.ByteBuffer putDouble(int, double);
    descriptor: (ID)Ljava/nio/ByteBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      index  
      value  

  public abstract java.nio.DoubleBuffer asDoubleBuffer();
    descriptor: ()Ljava/nio/DoubleBuffer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public java.nio.Buffer rewind();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer reset();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.reset:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer clear();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice(int, int);
    descriptor: (II)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual java.nio.ByteBuffer.slice:(II)Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer slice();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            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 java.nio.ByteBuffer
            invokevirtual java.nio.ByteBuffer.compareTo:(Ljava/nio/ByteBuffer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer position(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer limit(int);
    descriptor: (I)Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer mark();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.mark:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer duplicate();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object array();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.array:()[B
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.nio.Buffer flip();
    descriptor: ()Ljava/nio/Buffer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/nio/Buffer;Ljava/lang/Comparable<Ljava/nio/ByteBuffer;>;
SourceFile: "ByteBuffer.java"
InnerClasses:
  public abstract Scope = jdk.internal.misc.ScopedMemoryAccess$Scope of jdk.internal.misc.ScopedMemoryAccess