public final class com.google.common.primitives.Bytes
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.primitives.Bytes
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.primitives.Bytes this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.primitives.Bytes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/primitives/Bytes;

  public static int hashCode(byte);
    descriptor: (B)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // byte value
         0: .line 60
            iload 0 /* value */
            ireturn
        end local 0 // byte value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  B
    MethodParameters:
       Name  Flags
      value  

  public static boolean contains(byte[], byte);
    descriptor: ([BB)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // byte[] array
        start local 1 // byte target
         0: .line 71
            aload 0 /* array */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: byte[] int top int int byte[]
      StackMap stack:
         1: aload 5
            iload 3
            baload
            istore 2 /* value */
        start local 2 // byte value
         2: .line 72
            iload 2 /* value */
            iload 1 /* target */
            if_icmpne 4
         3: .line 73
            iconst_1
            ireturn
        end local 2 // byte value
         4: .line 71
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 76
            iconst_0
            ireturn
        end local 1 // byte target
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0   array  [B
            0    7     1  target  B
            2    4     2   value  B
    MethodParameters:
        Name  Flags
      array   
      target  

  public static int indexOf(byte[], byte);
    descriptor: ([BB)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] array
        start local 1 // byte target
         0: .line 88
            aload 0 /* array */
            iload 1 /* target */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic com.google.common.primitives.Bytes.indexOf:([BBII)I
            ireturn
        end local 1 // byte target
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   array  [B
            0    1     1  target  B
    MethodParameters:
        Name  Flags
      array   
      target  

  private static int indexOf(byte[], byte, int, int);
    descriptor: ([BBII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // byte[] array
        start local 1 // byte target
        start local 2 // int start
        start local 3 // int end
         0: .line 93
            iload 2 /* start */
            istore 4 /* i */
        start local 4 // int i
         1: goto 5
         2: .line 94
      StackMap locals: int
      StackMap stack:
            aload 0 /* array */
            iload 4 /* i */
            baload
            iload 1 /* target */
            if_icmpne 4
         3: .line 95
            iload 4 /* i */
            ireturn
         4: .line 93
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 2
        end local 4 // int i
         6: .line 98
            iconst_m1
            ireturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // byte target
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0   array  [B
            0    7     1  target  B
            0    7     2   start  I
            0    7     3     end  I
            1    6     4       i  I
    MethodParameters:
        Name  Flags
      array   
      target  
      start   
      end     

  public static int indexOf(byte[], byte[]);
    descriptor: ([B[B)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // byte[] array
        start local 1 // byte[] target
         0: .line 112
            aload 0 /* array */
            ldc "array"
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 113
            aload 1 /* target */
            ldc "target"
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 114
            aload 1 /* target */
            arraylength
            ifne 4
         3: .line 115
            iconst_0
            ireturn
         4: .line 119
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 14
         6: .line 120
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* j */
        start local 3 // int j
         7: goto 11
         8: .line 121
      StackMap locals: int
      StackMap stack:
            aload 0 /* array */
            iload 2 /* i */
            iload 3 /* j */
            iadd
            baload
            aload 1 /* target */
            iload 3 /* j */
            baload
            if_icmpeq 10
         9: .line 122
            goto 13
        10: .line 120
      StackMap locals:
      StackMap stack:
            iinc 3 /* j */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* j */
            aload 1 /* target */
            arraylength
            if_icmplt 8
        end local 3 // int j
        12: .line 125
            iload 2 /* i */
            ireturn
        13: .line 119
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            aload 0 /* array */
            arraylength
            aload 1 /* target */
            arraylength
            isub
            iconst_1
            iadd
            if_icmplt 6
        end local 2 // int i
        15: .line 127
            iconst_m1
            ireturn
        end local 1 // byte[] target
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0   array  [B
            0   16     1  target  [B
            5   15     2       i  I
            7   12     3       j  I
    MethodParameters:
        Name  Flags
      array   
      target  

  public static int lastIndexOf(byte[], byte);
    descriptor: ([BB)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] array
        start local 1 // byte target
         0: .line 139
            aload 0 /* array */
            iload 1 /* target */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic com.google.common.primitives.Bytes.lastIndexOf:([BBII)I
            ireturn
        end local 1 // byte target
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0   array  [B
            0    1     1  target  B
    MethodParameters:
        Name  Flags
      array   
      target  

  private static int lastIndexOf(byte[], byte, int, int);
    descriptor: ([BBII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // byte[] array
        start local 1 // byte target
        start local 2 // int start
        start local 3 // int end
         0: .line 144
            iload 3 /* end */
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         1: goto 5
         2: .line 145
      StackMap locals: int
      StackMap stack:
            aload 0 /* array */
            iload 4 /* i */
            baload
            iload 1 /* target */
            if_icmpne 4
         3: .line 146
            iload 4 /* i */
            ireturn
         4: .line 144
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 2 /* start */
            if_icmpge 2
        end local 4 // int i
         6: .line 149
            iconst_m1
            ireturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // byte target
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0   array  [B
            0    7     1  target  B
            0    7     2   start  I
            0    7     3     end  I
            1    6     4       i  I
    MethodParameters:
        Name  Flags
      array   
      target  
      start   
      end     

  public static byte[] concat(byte[][]);
    descriptor: ([[B)[B
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // byte[][] arrays
         0: .line 160
            iconst_0
            istore 1 /* length */
        start local 1 // int length
         1: .line 161
            aload 0 /* arrays */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: byte[][] int top int int byte[][]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* array */
        start local 2 // byte[] array
         3: .line 162
            iload 1 /* length */
            aload 2 /* array */
            arraylength
            iadd
            istore 1 /* length */
        end local 2 // byte[] array
         4: .line 161
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 164
            iload 1 /* length */
            newarray 8
            astore 2 /* result */
        start local 2 // byte[] result
         7: .line 165
            iconst_0
            istore 3 /* pos */
        start local 3 // int pos
         8: .line 166
            aload 0 /* arrays */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 13
      StackMap locals: byte[][] int byte[] int top int int byte[][]
      StackMap stack:
         9: aload 7
            iload 5
            aaload
            astore 4 /* array */
        start local 4 // byte[] array
        10: .line 167
            aload 4 /* array */
            iconst_0
            aload 2 /* result */
            iload 3 /* pos */
            aload 4 /* array */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 168
            iload 3 /* pos */
            aload 4 /* array */
            arraylength
            iadd
            istore 3 /* pos */
        end local 4 // byte[] array
        12: .line 166
            iinc 5 1
      StackMap locals:
      StackMap stack:
        13: iload 5
            iload 6
            if_icmplt 9
        14: .line 170
            aload 2 /* result */
            areturn
        end local 3 // int pos
        end local 2 // byte[] result
        end local 1 // int length
        end local 0 // byte[][] arrays
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0  arrays  [[B
            1   15     1  length  I
            3    4     2   array  [B
            7   15     2  result  [B
            8   15     3     pos  I
           10   12     4   array  [B
    MethodParameters:
        Name  Flags
      arrays  

  public static byte[] ensureCapacity(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // byte[] array
        start local 1 // int minLength
        start local 2 // int padding
         0: .line 187
            iload 1 /* minLength */
            iflt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Invalid minLength: %s"
            iload 1 /* minLength */
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;I)V
         3: .line 188
            iload 2 /* padding */
            iflt 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: ldc "Invalid padding: %s"
            iload 2 /* padding */
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;I)V
         6: .line 189
            aload 0 /* array */
            arraylength
            iload 1 /* minLength */
            if_icmpge 7
            aload 0 /* array */
            iload 1 /* minLength */
            iload 2 /* padding */
            iadd
            invokestatic java.util.Arrays.copyOf:([BI)[B
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 0 /* array */
      StackMap locals:
      StackMap stack: byte[]
         8: areturn
        end local 2 // int padding
        end local 1 // int minLength
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0      array  [B
            0    9     1  minLength  I
            0    9     2    padding  I
    MethodParameters:
           Name  Flags
      array      
      minLength  
      padding    

  public static byte[] toArray(java.util.Collection<? extends java.lang.Number>);
    descriptor: (Ljava/util/Collection;)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.util.Collection collection
         0: .line 206
            aload 0 /* collection */
            instanceof com.google.common.primitives.Bytes$ByteArrayAsList
            ifeq 2
         1: .line 207
            aload 0 /* collection */
            checkcast com.google.common.primitives.Bytes$ByteArrayAsList
            invokevirtual com.google.common.primitives.Bytes$ByteArrayAsList.toByteArray:()[B
            areturn
         2: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* collection */
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            astore 1 /* boxedArray */
        start local 1 // java.lang.Object[] boxedArray
         3: .line 211
            aload 1 /* boxedArray */
            arraylength
            istore 2 /* len */
        start local 2 // int len
         4: .line 212
            iload 2 /* len */
            newarray 8
            astore 3 /* array */
        start local 3 // byte[] array
         5: .line 213
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 9
         7: .line 215
      StackMap locals: java.util.Collection java.lang.Object[] int byte[] int
      StackMap stack:
            aload 3 /* array */
            iload 4 /* i */
            aload 1 /* boxedArray */
            iload 4 /* i */
            aaload
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.byteValue:()B
            bastore
         8: .line 213
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 7
        end local 4 // int i
        10: .line 217
            aload 3 /* array */
            areturn
        end local 3 // byte[] array
        end local 2 // int len
        end local 1 // java.lang.Object[] boxedArray
        end local 0 // java.util.Collection collection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0  collection  Ljava/util/Collection<+Ljava/lang/Number;>;
            3   11     1  boxedArray  [Ljava/lang/Object;
            4   11     2         len  I
            5   11     3       array  [B
            6   10     4           i  I
    Signature: (Ljava/util/Collection<+Ljava/lang/Number;>;)[B
    MethodParameters:
            Name  Flags
      collection  

  public static java.util.List<java.lang.Byte> asList(byte[]);
    descriptor: ([B)Ljava/util/List;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] backingArray
         0: .line 233
            aload 0 /* backingArray */
            arraylength
            ifne 2
         1: .line 234
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 236
      StackMap locals:
      StackMap stack:
            new com.google.common.primitives.Bytes$ByteArrayAsList
            dup
            aload 0 /* backingArray */
            invokespecial com.google.common.primitives.Bytes$ByteArrayAsList.<init>:([B)V
            areturn
        end local 0 // byte[] backingArray
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0  backingArray  [B
    Signature: ([B)Ljava/util/List<Ljava/lang/Byte;>;
    MethodParameters:
              Name  Flags
      backingArray  

  public static void reverse(byte[]);
    descriptor: ([B)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] array
         0: .line 375
            aload 0 /* array */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 376
            aload 0 /* array */
            iconst_0
            aload 0 /* array */
            arraylength
            invokestatic com.google.common.primitives.Bytes.reverse:([BII)V
         2: .line 377
            return
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  array  [B
    MethodParameters:
       Name  Flags
      array  

  public static void reverse(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // byte[] array
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 390
            aload 0 /* array */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 391
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            aload 0 /* array */
            arraylength
            invokestatic com.google.common.base.Preconditions.checkPositionIndexes:(III)V
         2: .line 392
            iload 1 /* fromIndex */
            istore 3 /* i */
        start local 3 // int i
         3: iload 2 /* toIndex */
            iconst_1
            isub
            istore 4 /* j */
        start local 4 // int j
         4: goto 9
         5: .line 393
      StackMap locals: int int
      StackMap stack:
            aload 0 /* array */
            iload 3 /* i */
            baload
            istore 5 /* tmp */
        start local 5 // byte tmp
         6: .line 394
            aload 0 /* array */
            iload 3 /* i */
            aload 0 /* array */
            iload 4 /* j */
            baload
            bastore
         7: .line 395
            aload 0 /* array */
            iload 4 /* j */
            iload 5 /* tmp */
            bastore
        end local 5 // byte tmp
         8: .line 392
            iinc 3 /* i */ 1
            iinc 4 /* j */ -1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 4 /* j */
            if_icmplt 5
        end local 4 // int j
        end local 3 // int i
        10: .line 397
            return
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // byte[] array
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0      array  [B
            0   11     1  fromIndex  I
            0   11     2    toIndex  I
            3   10     3          i  I
            4   10     4          j  I
            6    8     5        tmp  B
    MethodParameters:
           Name  Flags
      array      
      fromIndex  
      toIndex    
}
SourceFile: "Bytes.java"
NestMembers:
  com.google.common.primitives.Bytes$ByteArrayAsList
InnerClasses:
  private ByteArrayAsList = com.google.common.primitives.Bytes$ByteArrayAsList of com.google.common.primitives.Bytes
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()