abstract class com.google.common.hash.AbstractByteHasher extends com.google.common.hash.AbstractHasher
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.hash.AbstractByteHasher
  super_class: com.google.common.hash.AbstractHasher
{
  private final java.nio.ByteBuffer scratch;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.hash.AbstractByteHasher this
         0: .line 35
            aload 0 /* this */
            invokespecial com.google.common.hash.AbstractHasher.<init>:()V
         1: .line 36
            aload 0 /* this */
            bipush 8
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            getstatic java.nio.ByteOrder.LITTLE_ENDIAN:Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            putfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
         2: .line 35
            return
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/hash/AbstractByteHasher;

  protected abstract void update(byte);
    descriptor: (B)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      b     

  protected void update(byte[]);
    descriptor: ([B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // byte[] b
         0: .line 43
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.google.common.hash.AbstractByteHasher.update:([BII)V
         1: .line 44
            return
        end local 1 // byte[] b
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     

  protected void update(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 48
            iload 2 /* off */
            istore 4 /* i */
        start local 4 // int i
         1: goto 4
         2: .line 49
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 4 /* i */
            baload
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(B)V
         3: .line 48
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            if_icmplt 2
        end local 4 // int i
         5: .line 51
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    6     1     b  [B
            0    6     2   off  I
            0    6     3   len  I
            1    5     4     i  I
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  protected void update(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // java.nio.ByteBuffer b
         0: .line 55
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 4
         1: .line 56
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual com.google.common.hash.AbstractByteHasher.update:([BII)V
         2: .line 57
            aload 1 /* b */
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         3: .line 58
            goto 9
         4: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* remaining */
        start local 2 // int remaining
         5: goto 8
         6: .line 60
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(B)V
         7: .line 59
            iinc 2 /* remaining */ -1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* remaining */
            ifgt 6
        end local 2 // int remaining
         9: .line 63
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer b
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/google/common/hash/AbstractByteHasher;
            0   10     1          b  Ljava/nio/ByteBuffer;
            5    9     2  remaining  I
    MethodParameters:
      Name  Flags
      b     

  private com.google.common.hash.Hasher update(int);
    descriptor: (I)Lcom/google/common/hash/Hasher;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // int bytes
         0: .line 68
            aload 0 /* this */
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            iconst_0
            iload 1 /* bytes */
            invokevirtual com.google.common.hash.AbstractByteHasher.update:([BII)V
         1: .line 69
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2
         3: .line 70
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
         4: .line 71
            aload 2
            athrow
         5: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
         6: .line 72
            aload 0 /* this */
            areturn
        end local 1 // int bytes
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/google/common/hash/AbstractByteHasher;
            0    7     1  bytes  I
      Exception table:
        from    to  target  type
           0     2       2  any
    MethodParameters:
       Name  Flags
      bytes  

  public com.google.common.hash.Hasher putByte(byte);
    descriptor: (B)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // byte b
         0: .line 77
            aload 0 /* this */
            iload 1 /* b */
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(B)V
         1: .line 78
            aload 0 /* this */
            areturn
        end local 1 // byte b
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public com.google.common.hash.Hasher putBytes(byte[]);
    descriptor: ([B)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // byte[] bytes
         0: .line 83
            aload 1 /* bytes */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 84
            aload 0 /* this */
            aload 1 /* bytes */
            invokevirtual com.google.common.hash.AbstractByteHasher.update:([B)V
         2: .line 85
            aload 0 /* this */
            areturn
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/hash/AbstractByteHasher;
            0    3     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  public com.google.common.hash.Hasher putBytes(byte[], int, int);
    descriptor: ([BII)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 90
            iload 2 /* off */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* bytes */
            arraylength
            invokestatic com.google.common.base.Preconditions.checkPositionIndexes:(III)V
         1: .line 91
            aload 0 /* this */
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual com.google.common.hash.AbstractByteHasher.update:([BII)V
         2: .line 92
            aload 0 /* this */
            areturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/hash/AbstractByteHasher;
            0    3     1  bytes  [B
            0    3     2    off  I
            0    3     3    len  I
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    

  public com.google.common.hash.Hasher putBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // java.nio.ByteBuffer bytes
         0: .line 97
            aload 0 /* this */
            aload 1 /* bytes */
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(Ljava/nio/ByteBuffer;)V
         1: .line 98
            aload 0 /* this */
            areturn
        end local 1 // java.nio.ByteBuffer bytes
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1  bytes  Ljava/nio/ByteBuffer;
    MethodParameters:
       Name  Flags
      bytes  

  public com.google.common.hash.Hasher putShort(short);
    descriptor: (S)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // short s
         0: .line 103
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            iload 1 /* s */
            invokevirtual java.nio.ByteBuffer.putShort:(S)Ljava/nio/ByteBuffer;
            pop
         1: .line 104
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(I)Lcom/google/common/hash/Hasher;
            areturn
        end local 1 // short s
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1     s  S
    MethodParameters:
      Name  Flags
      s     

  public com.google.common.hash.Hasher putInt(int);
    descriptor: (I)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // int i
         0: .line 109
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            iload 1 /* i */
            invokevirtual java.nio.ByteBuffer.putInt:(I)Ljava/nio/ByteBuffer;
            pop
         1: .line 110
            aload 0 /* this */
            iconst_4
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(I)Lcom/google/common/hash/Hasher;
            areturn
        end local 1 // int i
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public com.google.common.hash.Hasher putLong(long);
    descriptor: (J)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // long l
         0: .line 115
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            lload 1 /* l */
            invokevirtual java.nio.ByteBuffer.putLong:(J)Ljava/nio/ByteBuffer;
            pop
         1: .line 116
            aload 0 /* this */
            bipush 8
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(I)Lcom/google/common/hash/Hasher;
            areturn
        end local 1 // long l
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1     l  J
    MethodParameters:
      Name  Flags
      l     

  public com.google.common.hash.Hasher putChar(char);
    descriptor: (C)Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.hash.AbstractByteHasher this
        start local 1 // char c
         0: .line 121
            aload 0 /* this */
            getfield com.google.common.hash.AbstractByteHasher.scratch:Ljava/nio/ByteBuffer;
            iload 1 /* c */
            invokevirtual java.nio.ByteBuffer.putChar:(C)Ljava/nio/ByteBuffer;
            pop
         1: .line 122
            aload 0 /* this */
            iconst_2
            invokevirtual com.google.common.hash.AbstractByteHasher.update:(I)Lcom/google/common/hash/Hasher;
            areturn
        end local 1 // char c
        end local 0 // com.google.common.hash.AbstractByteHasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/AbstractByteHasher;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public com.google.common.hash.PrimitiveSink putShort(short);
    descriptor: (S)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putShort:(S)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putBytes:(Ljava/nio/ByteBuffer;)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(byte[], int, int);
    descriptor: ([BII)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual com.google.common.hash.AbstractByteHasher.putBytes:([BII)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putBytes(byte[]);
    descriptor: ([B)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putBytes:([B)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putInt(int);
    descriptor: (I)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putInt:(I)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putByte(byte);
    descriptor: (B)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putByte:(B)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putChar(char);
    descriptor: (C)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putChar:(C)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.google.common.hash.PrimitiveSink putLong(long);
    descriptor: (J)Lcom/google/common/hash/PrimitiveSink;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual com.google.common.hash.AbstractByteHasher.putLong:(J)Lcom/google/common/hash/Hasher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractByteHasher.java"
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()