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

  static boolean getBoolean(byte[], int);
    descriptor: ([BI)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 40
            aload 0 /* b */
            iload 1 /* off */
            baload
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  [B
            0    2     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static char getChar(byte[], int);
    descriptor: ([BI)C
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 44
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            baload
            sipush 255
            iand
         1: .line 45
            aload 0 /* b */
            iload 1 /* off */
            baload
            bipush 8
            ishl
         2: .line 44
            iadd
            i2c
            ireturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     b  [B
            0    3     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static short getShort(byte[], int);
    descriptor: ([BI)S
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 49
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            baload
            sipush 255
            iand
         1: .line 50
            aload 0 /* b */
            iload 1 /* off */
            baload
            bipush 8
            ishl
         2: .line 49
            iadd
            i2s
            ireturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     b  [B
            0    3     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static int getInt(byte[], int);
    descriptor: ([BI)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 54
            aload 0 /* b */
            iload 1 /* off */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         1: .line 55
            aload 0 /* b */
            iload 1 /* off */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 54
            iadd
         3: .line 56
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
         4: .line 54
            iadd
         5: .line 57
            aload 0 /* b */
            iload 1 /* off */
            baload
            bipush 24
            ishl
         6: .line 54
            iadd
            ireturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     b  [B
            0    7     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static float getFloat(byte[], int);
    descriptor: ([BI)F
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 61
            aload 0 /* b */
            iload 1 /* off */
            invokestatic java.io.Bits.getInt:([BI)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            freturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  [B
            0    1     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static long getLong(byte[], int);
    descriptor: ([BI)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 65
            aload 0 /* b */
            iload 1 /* off */
            bipush 7
            iadd
            baload
            i2l
            ldc 255
            land
         1: .line 66
            aload 0 /* b */
            iload 1 /* off */
            bipush 6
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 8
            lshl
         2: .line 65
            ladd
         3: .line 67
            aload 0 /* b */
            iload 1 /* off */
            iconst_5
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 16
            lshl
         4: .line 65
            ladd
         5: .line 68
            aload 0 /* b */
            iload 1 /* off */
            iconst_4
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 24
            lshl
         6: .line 65
            ladd
         7: .line 69
            aload 0 /* b */
            iload 1 /* off */
            iconst_3
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 32
            lshl
         8: .line 65
            ladd
         9: .line 70
            aload 0 /* b */
            iload 1 /* off */
            iconst_2
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 40
            lshl
        10: .line 65
            ladd
        11: .line 71
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            baload
            i2l
            ldc 255
            land
            bipush 48
            lshl
        12: .line 65
            ladd
        13: .line 72
            aload 0 /* b */
            iload 1 /* off */
            baload
            i2l
            bipush 56
            lshl
        14: .line 65
            ladd
            lreturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0     b  [B
            0   15     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static double getDouble(byte[], int);
    descriptor: ([BI)D
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int off
         0: .line 76
            aload 0 /* b */
            iload 1 /* off */
            invokestatic java.io.Bits.getLong:([BI)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     b  [B
            0    1     1   off  I
    MethodParameters:
      Name  Flags
      b     
      off   

  static void putBoolean(byte[], int, boolean);
    descriptor: ([BIZ)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // boolean val
         0: .line 85
            aload 0 /* b */
            iload 1 /* off */
            iload 2 /* val */
            ifeq 1
            iconst_1
            goto 2
      StackMap locals: byte[] int int
      StackMap stack: byte[] int
         1: iconst_0
      StackMap locals: byte[] int int
      StackMap stack: byte[] int int
         2: i2b
            bastore
         3: .line 86
            return
        end local 2 // boolean val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     b  [B
            0    4     1   off  I
            0    4     2   val  Z
    MethodParameters:
      Name  Flags
      b     
      off   
      val   

  static void putChar(byte[], int, char);
    descriptor: ([BIC)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // char val
         0: .line 89
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            iload 2 /* val */
            i2b
            bastore
         1: .line 90
            aload 0 /* b */
            iload 1 /* off */
            iload 2 /* val */
            bipush 8
            iushr
            i2b
            bastore
         2: .line 91
            return
        end local 2 // char val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     b  [B
            0    3     1   off  I
            0    3     2   val  C
    MethodParameters:
      Name  Flags
      b     
      off   
      val   

  static void putShort(byte[], int, short);
    descriptor: ([BIS)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // short val
         0: .line 94
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            iload 2 /* val */
            i2b
            bastore
         1: .line 95
            aload 0 /* b */
            iload 1 /* off */
            iload 2 /* val */
            bipush 8
            iushr
            i2b
            bastore
         2: .line 96
            return
        end local 2 // short val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     b  [B
            0    3     1   off  I
            0    3     2   val  S
    MethodParameters:
      Name  Flags
      b     
      off   
      val   

  static void putInt(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // int val
         0: .line 99
            aload 0 /* b */
            iload 1 /* off */
            iconst_3
            iadd
            iload 2 /* val */
            i2b
            bastore
         1: .line 100
            aload 0 /* b */
            iload 1 /* off */
            iconst_2
            iadd
            iload 2 /* val */
            bipush 8
            iushr
            i2b
            bastore
         2: .line 101
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            iload 2 /* val */
            bipush 16
            iushr
            i2b
            bastore
         3: .line 102
            aload 0 /* b */
            iload 1 /* off */
            iload 2 /* val */
            bipush 24
            iushr
            i2b
            bastore
         4: .line 103
            return
        end local 2 // int val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     b  [B
            0    5     1   off  I
            0    5     2   val  I
    MethodParameters:
      Name  Flags
      b     
      off   
      val   

  static void putFloat(byte[], int, float);
    descriptor: ([BIF)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // float val
         0: .line 106
            aload 0 /* b */
            iload 1 /* off */
            fload 2 /* val */
            invokestatic java.lang.Float.floatToIntBits:(F)I
            invokestatic java.io.Bits.putInt:([BII)V
         1: .line 107
            return
        end local 2 // float val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  [B
            0    2     1   off  I
            0    2     2   val  F
    MethodParameters:
      Name  Flags
      b     
      off   
      val   

  static void putLong(byte[], int, long);
    descriptor: ([BIJ)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // long val
         0: .line 110
            aload 0 /* b */
            iload 1 /* off */
            bipush 7
            iadd
            lload 2 /* val */
            l2i
            i2b
            bastore
         1: .line 111
            aload 0 /* b */
            iload 1 /* off */
            bipush 6
            iadd
            lload 2 /* val */
            bipush 8
            lushr
            l2i
            i2b
            bastore
         2: .line 112
            aload 0 /* b */
            iload 1 /* off */
            iconst_5
            iadd
            lload 2 /* val */
            bipush 16
            lushr
            l2i
            i2b
            bastore
         3: .line 113
            aload 0 /* b */
            iload 1 /* off */
            iconst_4
            iadd
            lload 2 /* val */
            bipush 24
            lushr
            l2i
            i2b
            bastore
         4: .line 114
            aload 0 /* b */
            iload 1 /* off */
            iconst_3
            iadd
            lload 2 /* val */
            bipush 32
            lushr
            l2i
            i2b
            bastore
         5: .line 115
            aload 0 /* b */
            iload 1 /* off */
            iconst_2
            iadd
            lload 2 /* val */
            bipush 40
            lushr
            l2i
            i2b
            bastore
         6: .line 116
            aload 0 /* b */
            iload 1 /* off */
            iconst_1
            iadd
            lload 2 /* val */
            bipush 48
            lushr
            l2i
            i2b
            bastore
         7: .line 117
            aload 0 /* b */
            iload 1 /* off */
            lload 2 /* val */
            bipush 56
            lushr
            l2i
            i2b
            bastore
         8: .line 118
            return
        end local 2 // long val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0     b  [B
            0    9     1   off  I
            0    9     2   val  J
    MethodParameters:
      Name  Flags
      b     
      off   
      val   

  static void putDouble(byte[], int, double);
    descriptor: ([BID)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // byte[] b
        start local 1 // int off
        start local 2 // double val
         0: .line 121
            aload 0 /* b */
            iload 1 /* off */
            dload 2 /* val */
            invokestatic java.lang.Double.doubleToLongBits:(D)J
            invokestatic java.io.Bits.putLong:([BIJ)V
         1: .line 122
            return
        end local 2 // double val
        end local 1 // int off
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  [B
            0    2     1   off  I
            0    2     2   val  D
    MethodParameters:
      Name  Flags
      b     
      off   
      val   
}
SourceFile: "Bits.java"