public final class com.google.common.hash.HashingInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.HashingInputStream
  super_class: java.io.FilterInputStream
{
  private final com.google.common.hash.Hasher hasher;
    descriptor: Lcom/google/common/hash/Hasher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.google.common.hash.HashFunction, java.io.InputStream);
    descriptor: (Lcom/google/common/hash/HashFunction;Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.hash.HashingInputStream this
        start local 1 // com.google.common.hash.HashFunction hashFunction
        start local 2 // java.io.InputStream in
         0: .line 42
            aload 0 /* this */
            aload 2 /* in */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.io.InputStream
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 43
            aload 0 /* this */
            aload 1 /* hashFunction */
            invokeinterface com.google.common.hash.HashFunction.newHasher:()Lcom/google/common/hash/Hasher;
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.hash.Hasher
            putfield com.google.common.hash.HashingInputStream.hasher:Lcom/google/common/hash/Hasher;
         2: .line 44
            return
        end local 2 // java.io.InputStream in
        end local 1 // com.google.common.hash.HashFunction hashFunction
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/google/common/hash/HashingInputStream;
            0    3     1  hashFunction  Lcom/google/common/hash/HashFunction;
            0    3     2            in  Ljava/io/InputStream;
    MethodParameters:
              Name  Flags
      hashFunction  
      in            

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.hash.HashingInputStream this
         0: .line 53
            aload 0 /* this */
            getfield com.google.common.hash.HashingInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* b */
        start local 1 // int b
         1: .line 54
            iload 1 /* b */
            iconst_m1
            if_icmpeq 3
         2: .line 55
            aload 0 /* this */
            getfield com.google.common.hash.HashingInputStream.hasher:Lcom/google/common/hash/Hasher;
            iload 1 /* b */
            i2b
            invokeinterface com.google.common.hash.Hasher.putByte:(B)Lcom/google/common/hash/Hasher;
            pop
         3: .line 57
      StackMap locals: int
      StackMap stack:
            iload 1 /* b */
            ireturn
        end local 1 // int b
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/hash/HashingInputStream;
            1    4     1     b  I
    Exceptions:
      throws java.io.IOException
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.google.common.hash.HashingInputStream this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 67
            aload 0 /* this */
            getfield com.google.common.hash.HashingInputStream.in:Ljava/io/InputStream;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 4 /* numOfBytesRead */
        start local 4 // int numOfBytesRead
         1: .line 68
            iload 4 /* numOfBytesRead */
            iconst_m1
            if_icmpeq 3
         2: .line 69
            aload 0 /* this */
            getfield com.google.common.hash.HashingInputStream.hasher:Lcom/google/common/hash/Hasher;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 4 /* numOfBytesRead */
            invokeinterface com.google.common.hash.Hasher.putBytes:([BII)Lcom/google/common/hash/Hasher;
            pop
         3: .line 71
      StackMap locals: int
      StackMap stack:
            iload 4 /* numOfBytesRead */
            ireturn
        end local 4 // int numOfBytesRead
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/google/common/hash/HashingInputStream;
            0    4     1           bytes  [B
            0    4     2             off  I
            0    4     3             len  I
            1    4     4  numOfBytesRead  I
    Exceptions:
      throws java.io.IOException
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
       Name  Flags
      bytes  
      off    
      len    

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashingInputStream this
         0: .line 81
            iconst_0
            ireturn
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashingInputStream;

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.google.common.hash.HashingInputStream this
        start local 1 // int readlimit
         0: .line 86
            return
        end local 1 // int readlimit
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/hash/HashingInputStream;
            0    1     1  readlimit  I
    MethodParameters:
           Name  Flags
      readlimit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashingInputStream this
         0: .line 95
            new java.io.IOException
            dup
            ldc "reset not supported"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashingInputStream;
    Exceptions:
      throws java.io.IOException

  public com.google.common.hash.HashCode hash();
    descriptor: ()Lcom/google/common/hash/HashCode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.HashingInputStream this
         0: .line 103
            aload 0 /* this */
            getfield com.google.common.hash.HashingInputStream.hasher:Lcom/google/common/hash/Hasher;
            invokeinterface com.google.common.hash.Hasher.hash:()Lcom/google/common/hash/HashCode;
            areturn
        end local 0 // com.google.common.hash.HashingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/HashingInputStream;
}
SourceFile: "HashingInputStream.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()