class at.yawk.numaec.LargeByteBuffer$1 implements at.yawk.numaec.LargeByteBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: at.yawk.numaec.LargeByteBuffer$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/LargeByteBuffer$1;

  public byte getByte(long);
    descriptor: (J)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
         0: .line 89
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
    MethodParameters:
          Name  Flags
      position  

  public short getShort(long);
    descriptor: (J)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
         0: .line 94
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
    MethodParameters:
          Name  Flags
      position  

  public int getInt(long);
    descriptor: (J)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
         0: .line 99
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
    MethodParameters:
          Name  Flags
      position  

  public long getLong(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
         0: .line 104
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
    MethodParameters:
          Name  Flags
      position  

  public void setByte(long, byte);
    descriptor: (JB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
        start local 3 // byte value
         0: .line 109
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 3 // byte value
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
            0    1     3     value  B
    Exceptions:
      throws java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void setShort(long, short);
    descriptor: (JS)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
        start local 3 // short value
         0: .line 114
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 3 // short value
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
            0    1     3     value  S
    Exceptions:
      throws java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void setInt(long, int);
    descriptor: (JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
        start local 3 // int value
         0: .line 119
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 3 // int value
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
            0    1     3     value  I
    Exceptions:
      throws java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void setLong(long, long);
    descriptor: (JJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // long position
        start local 3 // long value
         0: .line 124
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
        end local 3 // long value
        end local 1 // long position
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    1     1  position  J
            0    1     3     value  J
    Exceptions:
      throws java.nio.ReadOnlyBufferException
    MethodParameters:
          Name  Flags
      position  
      value     

  public void copyFrom(at.yawk.numaec.LargeByteBuffer, long, long, long);
    descriptor: (Lat/yawk/numaec/LargeByteBuffer;JJJ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=5
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
        start local 1 // at.yawk.numaec.LargeByteBuffer from
        start local 2 // long fromIndex
        start local 4 // long toIndex
        start local 6 // long length
         0: .line 130
            lload 6 /* length */
            lconst_0
            lcmp
            ifeq 2
         1: .line 131
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         2: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 6 // long length
        end local 4 // long toIndex
        end local 2 // long fromIndex
        end local 1 // at.yawk.numaec.LargeByteBuffer from
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lat/yawk/numaec/LargeByteBuffer$1;
            0    3     1       from  Lat/yawk/numaec/LargeByteBuffer;
            0    3     2  fromIndex  J
            0    3     4    toIndex  J
            0    3     6     length  J
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
           Name  Flags
      from       
      fromIndex  
      toIndex    
      length     

  public long size();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // at.yawk.numaec.LargeByteBuffer$1 this
         0: .line 137
            lconst_0
            lreturn
        end local 0 // at.yawk.numaec.LargeByteBuffer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lat/yawk/numaec/LargeByteBuffer$1;
}
SourceFile: "LargeByteBuffer.java"
EnclosingMethod: at.yawk.numaec.LargeByteBuffer
NestHost: at.yawk.numaec.LargeByteBuffer
InnerClasses:
  at.yawk.numaec.LargeByteBuffer$1