public class android.net.NetworkStatsHistory$ParcelUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.net.NetworkStatsHistory$ParcelUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.net.NetworkStatsHistory$ParcelUtils this
         0: .line 810
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.net.NetworkStatsHistory$ParcelUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/net/NetworkStatsHistory$ParcelUtils;

  public static long[] readLongArray(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)[J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // android.os.Parcel in
         0: .line 812
            aload 0 /* in */
            invokevirtual android.os.Parcel.readInt:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 813
            iload 1 /* size */
            iconst_m1
            if_icmpne 2
            aconst_null
            areturn
         2: .line 814
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            newarray 11
            astore 2 /* values */
        start local 2 // long[] values
         3: .line 815
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 816
      StackMap locals: long[] int
      StackMap stack:
            aload 2 /* values */
            iload 3 /* i */
            aload 0 /* in */
            invokevirtual android.os.Parcel.readLong:()J
            lastore
         6: .line 815
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 2 /* values */
            arraylength
            if_icmplt 5
        end local 3 // int i
         8: .line 818
            aload 2 /* values */
            areturn
        end local 2 // long[] values
        end local 1 // int size
        end local 0 // android.os.Parcel in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0      in  Landroid/os/Parcel;
            1    9     1    size  I
            3    9     2  values  [J
            4    8     3       i  I
    MethodParameters:
      Name  Flags
      in    

  public static void writeLongArray(android.os.Parcel, long[], int);
    descriptor: (Landroid/os/Parcel;[JI)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.os.Parcel out
        start local 1 // long[] values
        start local 2 // int size
         0: .line 822
            aload 1 /* values */
            ifnonnull 3
         1: .line 823
            aload 0 /* out */
            iconst_m1
            invokevirtual android.os.Parcel.writeInt:(I)V
         2: .line 824
            return
         3: .line 826
      StackMap locals:
      StackMap stack:
            iload 2 /* size */
            aload 1 /* values */
            arraylength
            if_icmple 5
         4: .line 827
            new java.lang.IllegalArgumentException
            dup
            ldc "size larger than length"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* out */
            iload 2 /* size */
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 830
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 10
         8: .line 831
      StackMap locals: int
      StackMap stack:
            aload 0 /* out */
            aload 1 /* values */
            iload 3 /* i */
            laload
            invokevirtual android.os.Parcel.writeLong:(J)V
         9: .line 830
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 2 /* size */
            if_icmplt 8
        end local 3 // int i
        11: .line 833
            return
        end local 2 // int size
        end local 1 // long[] values
        end local 0 // android.os.Parcel out
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0     out  Landroid/os/Parcel;
            0   12     1  values  [J
            0   12     2    size  I
            7   11     3       i  I
    MethodParameters:
        Name  Flags
      out     
      values  
      size    
}
SourceFile: "NetworkStatsHistory.java"
NestHost: android.net.NetworkStatsHistory
InnerClasses:
  public ParcelUtils = android.net.NetworkStatsHistory$ParcelUtils of android.net.NetworkStatsHistory