abstract class at.yawk.numaec.JoinedLargeByteBuffer extends at.yawk.numaec.GenericJoinedBuffer<at.yawk.numaec.LargeByteBuffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: at.yawk.numaec.JoinedLargeByteBuffer
  super_class: at.yawk.numaec.GenericJoinedBuffer
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
         0: .line 5
            aload 0 /* this */
            invokespecial at.yawk.numaec.GenericJoinedBuffer.<init>:()V
            return
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/JoinedLargeByteBuffer;

  void copyBetweenComponents(at.yawk.numaec.LargeByteBuffer, long, at.yawk.numaec.LargeByteBuffer, long, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;JLat/yawk/numaec/LargeByteBuffer;JJ)V
    flags: (0x0000) 
    Code:
      stack=8, locals=9, args_size=6
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // at.yawk.numaec.LargeByteBuffer dest
        start local 2 // long toIndex
        start local 4 // at.yawk.numaec.LargeByteBuffer src
        start local 5 // long fromIndex
        start local 7 // long length
         0: .line 15
            aload 1 /* dest */
            aload 4 /* src */
            lload 5 /* fromIndex */
            lload 2 /* toIndex */
            lload 7 /* length */
            invokeinterface at.yawk.numaec.LargeByteBuffer.copyFrom:(Lat/yawk/numaec/LargeByteBuffer;JJJ)V
         1: .line 16
            return
        end local 7 // long length
        end local 5 // long fromIndex
        end local 4 // at.yawk.numaec.LargeByteBuffer src
        end local 2 // long toIndex
        end local 1 // at.yawk.numaec.LargeByteBuffer dest
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    2     1       dest  Lat/yawk/numaec/LargeByteBuffer;
            0    2     2    toIndex  J
            0    2     4        src  Lat/yawk/numaec/LargeByteBuffer;
            0    2     5  fromIndex  J
            0    2     7     length  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
           Name  Flags
      dest       
      toIndex    
      src        
      fromIndex  
      length     

  void copyLargeToComponent(at.yawk.numaec.LargeByteBuffer, long, at.yawk.numaec.LargeByteBuffer, long, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;JLat/yawk/numaec/LargeByteBuffer;JJ)V
    flags: (0x0000) 
    Code:
      stack=9, locals=9, args_size=6
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // at.yawk.numaec.LargeByteBuffer dest
        start local 2 // long toIndex
        start local 4 // at.yawk.numaec.LargeByteBuffer src
        start local 5 // long fromIndex
        start local 7 // long length
         0: .line 27
            aload 0 /* this */
            aload 1 /* dest */
            lload 2 /* toIndex */
            aload 4 /* src */
            lload 5 /* fromIndex */
            lload 7 /* length */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.copyBetweenComponents:(Lat/yawk/numaec/LargeByteBuffer;JLat/yawk/numaec/LargeByteBuffer;JJ)V
         1: .line 28
            return
        end local 7 // long length
        end local 5 // long fromIndex
        end local 4 // at.yawk.numaec.LargeByteBuffer src
        end local 2 // long toIndex
        end local 1 // at.yawk.numaec.LargeByteBuffer dest
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    2     1       dest  Lat/yawk/numaec/LargeByteBuffer;
            0    2     2    toIndex  J
            0    2     4        src  Lat/yawk/numaec/LargeByteBuffer;
            0    2     5  fromIndex  J
            0    2     7     length  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.UnsupportedOperationException
    MethodParameters:
           Name  Flags
      dest       
      toIndex    
      src        
      fromIndex  
      length     

  public byte getByte(long);
    descriptor: (J)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
         0: .line 32
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getByte:(J)B
            ireturn
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    1     1  position  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
          Name  Flags
      position  

  public short getShort(long);
    descriptor: (J)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
         0: .line 37
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getShort:(J)S
            ireturn
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    1     1  position  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
          Name  Flags
      position  

  public int getInt(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
         0: .line 42
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getInt:(J)I
            ireturn
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    1     1  position  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
          Name  Flags
      position  

  public long getLong(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
         0: .line 47
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            invokeinterface at.yawk.numaec.LargeByteBuffer.getLong:(J)J
            lreturn
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    1     1  position  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
    MethodParameters:
          Name  Flags
      position  

  public void setByte(long, byte);
    descriptor: (JB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
        start local 3 // byte value
         0: .line 52
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            iload 3 /* value */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setByte:(JB)V
         1: .line 53
            return
        end local 3 // byte value
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    2     1  position  J
            0    2     3     value  B
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void setShort(long, short);
    descriptor: (JS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
        start local 3 // short value
         0: .line 57
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            iload 3 /* value */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setShort:(JS)V
         1: .line 58
            return
        end local 3 // short value
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    2     1  position  J
            0    2     3     value  S
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void setInt(long, int);
    descriptor: (JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
        start local 3 // int value
         0: .line 62
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            iload 3 /* value */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setInt:(JI)V
         1: .line 63
            return
        end local 3 // int value
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    2     1  position  J
            0    2     3     value  I
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void setLong(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // long position
        start local 3 // long value
         0: .line 67
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.component:(J)Ljava/lang/Object;
            checkcast at.yawk.numaec.LargeByteBuffer
            aload 0 /* this */
            lload 1 /* position */
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.offset:(J)J
            lload 3 /* value */
            invokeinterface at.yawk.numaec.LargeByteBuffer.setLong:(JJ)V
         1: .line 68
            return
        end local 3 // long value
        end local 1 // long position
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    2     1  position  J
            0    2     3     value  J
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

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

  at.yawk.numaec.GenericJoinedBuffer<at.yawk.numaec.LargeByteBuffer> convertToCompatible(at.yawk.numaec.LargeByteBuffer);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;)Lat/yawk/numaec/GenericJoinedBuffer;
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
        start local 1 // at.yawk.numaec.LargeByteBuffer other
         0: .line 75
            aload 1 /* other */
            instanceof at.yawk.numaec.JoinedLargeByteBuffer
            ifeq 2
         1: .line 76
            aload 1 /* other */
            checkcast at.yawk.numaec.JoinedLargeByteBuffer
            areturn
         2: .line 78
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // at.yawk.numaec.LargeByteBuffer other
        end local 0 // at.yawk.numaec.JoinedLargeByteBuffer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lat/yawk/numaec/JoinedLargeByteBuffer;
            0    3     1  other  Lat/yawk/numaec/LargeByteBuffer;
    Signature: (Lat/yawk/numaec/LargeByteBuffer;)Lat/yawk/numaec/GenericJoinedBuffer<Lat/yawk/numaec/LargeByteBuffer;>;
    MethodParameters:
       Name  Flags
      other  

  void copyLargeToComponent(java.lang.Object, long, at.yawk.numaec.LargeByteBuffer, long, long);
    descriptor: (Ljava/lang/Object;JLat/yawk/numaec/LargeByteBuffer;JJ)V
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=6
         0: .line 1
            aload 0
            aload 1
            checkcast at.yawk.numaec.LargeByteBuffer
            lload 2
            aload 4
            lload 5
            lload 7
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.copyLargeToComponent:(Lat/yawk/numaec/LargeByteBuffer;JLat/yawk/numaec/LargeByteBuffer;JJ)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.IndexOutOfBoundsException, java.lang.UnsupportedOperationException

  void copyBetweenComponents(java.lang.Object, long, java.lang.Object, long, long);
    descriptor: (Ljava/lang/Object;JLjava/lang/Object;JJ)V
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=6
         0: .line 1
            aload 0
            aload 1
            checkcast at.yawk.numaec.LargeByteBuffer
            lload 2
            aload 4
            checkcast at.yawk.numaec.LargeByteBuffer
            lload 5
            lload 7
            invokevirtual at.yawk.numaec.JoinedLargeByteBuffer.copyBetweenComponents:(Lat/yawk/numaec/LargeByteBuffer;JLat/yawk/numaec/LargeByteBuffer;JJ)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.IndexOutOfBoundsException
}
Signature: Lat/yawk/numaec/GenericJoinedBuffer<Lat/yawk/numaec/LargeByteBuffer;>;
SourceFile: "JoinedLargeByteBuffer.java"