public class android.renderscript.Byte4
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.renderscript.Byte4
  super_class: java.lang.Object
{
  public byte x;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public byte y;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public byte z;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public byte w;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.Byte4 this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            return
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/Byte4;

  public void <init>(byte, byte, byte, byte);
    descriptor: (BBBB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte initX
        start local 2 // byte initY
        start local 3 // byte initZ
        start local 4 // byte initW
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iload 1 /* initX */
            putfield android.renderscript.Byte4.x:B
         2: .line 35
            aload 0 /* this */
            iload 2 /* initY */
            putfield android.renderscript.Byte4.y:B
         3: .line 36
            aload 0 /* this */
            iload 3 /* initZ */
            putfield android.renderscript.Byte4.z:B
         4: .line 37
            aload 0 /* this */
            iload 4 /* initW */
            putfield android.renderscript.Byte4.w:B
         5: .line 38
            return
        end local 4 // byte initW
        end local 3 // byte initZ
        end local 2 // byte initY
        end local 1 // byte initX
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Landroid/renderscript/Byte4;
            0    6     1  initX  B
            0    6     2  initY  B
            0    6     3  initZ  B
            0    6     4  initW  B
    MethodParameters:
       Name  Flags
      initX  
      initY  
      initZ  
      initW  

  public void <init>(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 source
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Byte4.x:B
            putfield android.renderscript.Byte4.x:B
         2: .line 42
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Byte4.y:B
            putfield android.renderscript.Byte4.y:B
         3: .line 43
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Byte4.z:B
            putfield android.renderscript.Byte4.z:B
         4: .line 44
            aload 0 /* this */
            aload 1 /* source */
            getfield android.renderscript.Byte4.w:B
            putfield android.renderscript.Byte4.w:B
         5: .line 45
            return
        end local 1 // android.renderscript.Byte4 source
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/renderscript/Byte4;
            0    6     1  source  Landroid/renderscript/Byte4;
    MethodParameters:
        Name  Flags
      source  

  public void add(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
         0: .line 53
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            iadd
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 54
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            iadd
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 55
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            iadd
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 56
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            iadd
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 57
            return
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;
            0    5     1     a  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte4 add(android.renderscript.Byte4, android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;Landroid/renderscript/Byte4;)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // android.renderscript.Byte4 b
         0: .line 67
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 68
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.x:B
            iadd
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 69
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.y:B
            iadd
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 70
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.z:B
            iadd
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 71
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.w:B
            iadd
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 73
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // android.renderscript.Byte4 b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  Landroid/renderscript/Byte4;
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void add(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte value
         0: .line 82
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            iload 1 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 83
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            iload 1 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 84
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            iload 1 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 85
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            iload 1 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 86
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Byte4;
            0    5     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte4 add(android.renderscript.Byte4, byte);
    descriptor: (Landroid/renderscript/Byte4;B)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // byte b
         0: .line 96
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 97
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            iload 1 /* b */
            iadd
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 98
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            iload 1 /* b */
            iadd
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 99
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            iload 1 /* b */
            iadd
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 100
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            iload 1 /* b */
            iadd
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 102
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  B
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void sub(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
         0: .line 111
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            isub
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 112
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            isub
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 113
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            isub
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 114
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            isub
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 115
            return
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;
            0    5     1     a  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte4 sub(android.renderscript.Byte4, android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;Landroid/renderscript/Byte4;)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // android.renderscript.Byte4 b
         0: .line 125
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 126
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.x:B
            isub
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 127
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.y:B
            isub
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 128
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.z:B
            isub
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 129
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.w:B
            isub
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 131
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // android.renderscript.Byte4 b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  Landroid/renderscript/Byte4;
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void sub(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte value
         0: .line 140
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            iload 1 /* value */
            isub
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 141
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            iload 1 /* value */
            isub
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 142
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            iload 1 /* value */
            isub
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 143
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            iload 1 /* value */
            isub
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 144
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Byte4;
            0    5     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte4 sub(android.renderscript.Byte4, byte);
    descriptor: (Landroid/renderscript/Byte4;B)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // byte b
         0: .line 154
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 155
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            iload 1 /* b */
            isub
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 156
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            iload 1 /* b */
            isub
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 157
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            iload 1 /* b */
            isub
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 158
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            iload 1 /* b */
            isub
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 160
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  B
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mul(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
         0: .line 169
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            imul
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 170
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            imul
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 171
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            imul
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 172
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            imul
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 173
            return
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;
            0    5     1     a  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte4 mul(android.renderscript.Byte4, android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;Landroid/renderscript/Byte4;)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // android.renderscript.Byte4 b
         0: .line 183
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 184
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.x:B
            imul
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 185
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.y:B
            imul
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 186
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.z:B
            imul
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 187
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.w:B
            imul
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 189
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // android.renderscript.Byte4 b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  Landroid/renderscript/Byte4;
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void mul(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte value
         0: .line 198
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            iload 1 /* value */
            imul
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 199
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            iload 1 /* value */
            imul
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 200
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            iload 1 /* value */
            imul
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 201
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            iload 1 /* value */
            imul
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 202
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Byte4;
            0    5     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte4 mul(android.renderscript.Byte4, byte);
    descriptor: (Landroid/renderscript/Byte4;B)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // byte b
         0: .line 212
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 213
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            iload 1 /* b */
            imul
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 214
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            iload 1 /* b */
            imul
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 215
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            iload 1 /* b */
            imul
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 216
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            iload 1 /* b */
            imul
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 218
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  B
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void div(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
         0: .line 227
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            idiv
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 228
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            idiv
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 229
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            idiv
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 230
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            idiv
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 231
            return
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;
            0    5     1     a  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     

  public static android.renderscript.Byte4 div(android.renderscript.Byte4, android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;Landroid/renderscript/Byte4;)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // android.renderscript.Byte4 b
         0: .line 241
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 242
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.x:B
            idiv
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 243
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.y:B
            idiv
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 244
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.z:B
            idiv
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 245
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            aload 1 /* b */
            getfield android.renderscript.Byte4.w:B
            idiv
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 247
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // android.renderscript.Byte4 b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  Landroid/renderscript/Byte4;
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void div(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte value
         0: .line 256
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            iload 1 /* value */
            idiv
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 257
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            iload 1 /* value */
            idiv
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 258
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            iload 1 /* value */
            idiv
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 259
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            iload 1 /* value */
            idiv
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 260
            return
        end local 1 // byte value
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/Byte4;
            0    5     1  value  B
    MethodParameters:
       Name  Flags
      value  

  public static android.renderscript.Byte4 div(android.renderscript.Byte4, byte);
    descriptor: (Landroid/renderscript/Byte4;B)Landroid/renderscript/Byte4;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // byte b
         0: .line 270
            new android.renderscript.Byte4
            dup
            invokespecial android.renderscript.Byte4.<init>:()V
            astore 2 /* result */
        start local 2 // android.renderscript.Byte4 result
         1: .line 271
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            iload 1 /* b */
            idiv
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 272
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            iload 1 /* b */
            idiv
            i2b
            putfield android.renderscript.Byte4.y:B
         3: .line 273
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            iload 1 /* b */
            idiv
            i2b
            putfield android.renderscript.Byte4.z:B
         4: .line 274
            aload 2 /* result */
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            iload 1 /* b */
            idiv
            i2b
            putfield android.renderscript.Byte4.w:B
         5: .line 276
            aload 2 /* result */
            areturn
        end local 2 // android.renderscript.Byte4 result
        end local 1 // byte b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0       a  Landroid/renderscript/Byte4;
            0    6     1       b  B
            1    6     2  result  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public byte length();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.Byte4 this
         0: .line 285
            iconst_4
            ireturn
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Byte4;

  public void negate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.renderscript.Byte4 this
         0: .line 292
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Byte4.x:B
            ineg
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 293
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Byte4.y:B
            ineg
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 294
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Byte4.z:B
            ineg
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 295
            aload 0 /* this */
            aload 0 /* this */
            getfield android.renderscript.Byte4.w:B
            ineg
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 296
            return
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;

  public byte dotProduct(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
         0: .line 305
            aload 0 /* this */
            getfield android.renderscript.Byte4.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            imul
            aload 0 /* this */
            getfield android.renderscript.Byte4.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            imul
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.z:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            imul
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.w:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            imul
            iadd
            i2b
            ireturn
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Byte4;
            0    1     1     a  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     

  public static byte dotProduct(android.renderscript.Byte4, android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;Landroid/renderscript/Byte4;)B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 a
        start local 1 // android.renderscript.Byte4 b
         0: .line 316
            aload 1 /* b */
            getfield android.renderscript.Byte4.x:B
            aload 0 /* a */
            getfield android.renderscript.Byte4.x:B
            imul
            aload 1 /* b */
            getfield android.renderscript.Byte4.y:B
            aload 0 /* a */
            getfield android.renderscript.Byte4.y:B
            imul
            iadd
            aload 1 /* b */
            getfield android.renderscript.Byte4.z:B
            aload 0 /* a */
            getfield android.renderscript.Byte4.z:B
            imul
            iadd
            aload 1 /* b */
            getfield android.renderscript.Byte4.w:B
            aload 0 /* a */
            getfield android.renderscript.Byte4.w:B
            imul
            iadd
            i2b
            ireturn
        end local 1 // android.renderscript.Byte4 b
        end local 0 // android.renderscript.Byte4 a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  Landroid/renderscript/Byte4;
            0    1     1     b  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     
      b     

  public void addMultiple(android.renderscript.Byte4, byte);
    descriptor: (Landroid/renderscript/Byte4;B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
        start local 2 // byte factor
         0: .line 326
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            iload 2 /* factor */
            imul
            iadd
            i2b
            putfield android.renderscript.Byte4.x:B
         1: .line 327
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            iload 2 /* factor */
            imul
            iadd
            i2b
            putfield android.renderscript.Byte4.y:B
         2: .line 328
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            iload 2 /* factor */
            imul
            iadd
            i2b
            putfield android.renderscript.Byte4.z:B
         3: .line 329
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            iload 2 /* factor */
            imul
            iadd
            i2b
            putfield android.renderscript.Byte4.w:B
         4: .line 330
            return
        end local 2 // byte factor
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/renderscript/Byte4;
            0    5     1       a  Landroid/renderscript/Byte4;
            0    5     2  factor  B
    MethodParameters:
        Name  Flags
      a       
      factor  

  public void set(android.renderscript.Byte4);
    descriptor: (Landroid/renderscript/Byte4;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // android.renderscript.Byte4 a
         0: .line 338
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Byte4.x:B
            putfield android.renderscript.Byte4.x:B
         1: .line 339
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Byte4.y:B
            putfield android.renderscript.Byte4.y:B
         2: .line 340
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Byte4.z:B
            putfield android.renderscript.Byte4.z:B
         3: .line 341
            aload 0 /* this */
            aload 1 /* a */
            getfield android.renderscript.Byte4.w:B
            putfield android.renderscript.Byte4.w:B
         4: .line 342
            return
        end local 1 // android.renderscript.Byte4 a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;
            0    5     1     a  Landroid/renderscript/Byte4;
    MethodParameters:
      Name  Flags
      a     

  public void setValues(byte, byte, byte, byte);
    descriptor: (BBBB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte a
        start local 2 // byte b
        start local 3 // byte c
        start local 4 // byte d
         0: .line 353
            aload 0 /* this */
            iload 1 /* a */
            putfield android.renderscript.Byte4.x:B
         1: .line 354
            aload 0 /* this */
            iload 2 /* b */
            putfield android.renderscript.Byte4.y:B
         2: .line 355
            aload 0 /* this */
            iload 3 /* c */
            putfield android.renderscript.Byte4.z:B
         3: .line 356
            aload 0 /* this */
            iload 4 /* d */
            putfield android.renderscript.Byte4.w:B
         4: .line 357
            return
        end local 4 // byte d
        end local 3 // byte c
        end local 2 // byte b
        end local 1 // byte a
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/Byte4;
            0    5     1     a  B
            0    5     2     b  B
            0    5     3     c  B
            0    5     4     d  B
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     

  public byte elementSum();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.renderscript.Byte4 this
         0: .line 365
            aload 0 /* this */
            getfield android.renderscript.Byte4.x:B
            aload 0 /* this */
            getfield android.renderscript.Byte4.y:B
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.z:B
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.w:B
            iadd
            i2b
            ireturn
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/Byte4;

  public byte get(int);
    descriptor: (I)B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.Byte4 this
        start local 1 // int i
         0: .line 375
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Byte4.x:B
            ireturn
         2: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Byte4.y:B
            ireturn
         3: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Byte4.z:B
            ireturn
         4: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.Byte4.w:B
            ireturn
         5: .line 385
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Index: i"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int i
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/renderscript/Byte4;
            0    6     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void setAt(int, byte);
    descriptor: (IB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Byte4 this
        start local 1 // int i
        start local 2 // byte value
         0: .line 396
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 1
                    1: 3
                    2: 5
                    3: 7
              default: 9
          }
         1: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            putfield android.renderscript.Byte4.x:B
         2: .line 399
            return
         3: .line 401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            putfield android.renderscript.Byte4.y:B
         4: .line 402
            return
         5: .line 404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            putfield android.renderscript.Byte4.z:B
         6: .line 405
            return
         7: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* value */
            putfield android.renderscript.Byte4.w:B
         8: .line 408
            return
         9: .line 410
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Index: i"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // byte value
        end local 1 // int i
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/renderscript/Byte4;
            0   10     1      i  I
            0   10     2  value  B
    MethodParameters:
       Name  Flags
      i      
      value  

  public void addAt(int, byte);
    descriptor: (IB)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Byte4 this
        start local 1 // int i
        start local 2 // byte value
         0: .line 421
            iload 1 /* i */
            tableswitch { // 0 - 3
                    0: 1
                    1: 3
                    2: 5
                    3: 7
              default: 9
          }
         1: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.x:B
            iload 2 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.x:B
         2: .line 424
            return
         3: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.y:B
            iload 2 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.y:B
         4: .line 427
            return
         5: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.z:B
            iload 2 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.z:B
         6: .line 430
            return
         7: .line 432
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield android.renderscript.Byte4.w:B
            iload 2 /* value */
            iadd
            i2b
            putfield android.renderscript.Byte4.w:B
         8: .line 433
            return
         9: .line 435
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "Index: i"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // byte value
        end local 1 // int i
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Landroid/renderscript/Byte4;
            0   10     1      i  I
            0   10     2  value  B
    MethodParameters:
       Name  Flags
      i      
      value  

  public void copyTo(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.Byte4 this
        start local 1 // byte[] data
        start local 2 // int offset
         0: .line 446
            aload 1 /* data */
            iload 2 /* offset */
            aload 0 /* this */
            getfield android.renderscript.Byte4.x:B
            bastore
         1: .line 447
            aload 1 /* data */
            iload 2 /* offset */
            iconst_1
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.y:B
            bastore
         2: .line 448
            aload 1 /* data */
            iload 2 /* offset */
            iconst_2
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.z:B
            bastore
         3: .line 449
            aload 1 /* data */
            iload 2 /* offset */
            iconst_3
            iadd
            aload 0 /* this */
            getfield android.renderscript.Byte4.w:B
            bastore
         4: .line 450
            return
        end local 2 // int offset
        end local 1 // byte[] data
        end local 0 // android.renderscript.Byte4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/renderscript/Byte4;
            0    5     1    data  [B
            0    5     2  offset  I
    MethodParameters:
        Name  Flags
      data    
      offset  
}
SourceFile: "Byte4.java"