final class com.mongodb.internal.connection.Compressor$ByteBufInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.internal.connection.Compressor$ByteBufInputStream
  super_class: java.io.InputStream
{
  private final org.bson.ByteBuf source;
    descriptor: Lorg/bson/ByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(org.bson.ByteBuf);
    descriptor: (Lorg/bson/ByteBuf;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.mongodb.internal.connection.Compressor$ByteBufInputStream this
        start local 1 // org.bson.ByteBuf source
         0: .line 103
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 104
            aload 0 /* this */
            aload 1 /* source */
            putfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
         2: .line 105
            return
        end local 1 // org.bson.ByteBuf source
        end local 0 // com.mongodb.internal.connection.Compressor$ByteBufInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/mongodb/internal/connection/Compressor$ByteBufInputStream;
            0    3     1  source  Lorg/bson/ByteBuf;
    MethodParameters:
        Name  Flags
      source  final

  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.mongodb.internal.connection.Compressor$ByteBufInputStream this
        start local 1 // byte[] bytes
        start local 2 // int offset
        start local 3 // int length
         0: .line 109
            aload 0 /* this */
            getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
            invokeinterface org.bson.ByteBuf.hasRemaining:()Z
            ifne 2
         1: .line 110
            iconst_m1
            ireturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            aload 0 /* this */
            getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
            invokeinterface org.bson.ByteBuf.remaining:()I
            if_icmple 3
            aload 0 /* this */
            getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
            invokeinterface org.bson.ByteBuf.remaining:()I
            goto 4
      StackMap locals:
      StackMap stack:
         3: iload 3 /* length */
      StackMap locals:
      StackMap stack: int
         4: istore 4 /* bytesToRead */
        start local 4 // int bytesToRead
         5: .line 114
            aload 0 /* this */
            getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
            aload 1 /* bytes */
            iload 2 /* offset */
            iload 4 /* bytesToRead */
            invokeinterface org.bson.ByteBuf.get:([BII)Lorg/bson/ByteBuf;
            pop
         6: .line 115
            iload 4 /* bytesToRead */
            ireturn
        end local 4 // int bytesToRead
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] bytes
        end local 0 // com.mongodb.internal.connection.Compressor$ByteBufInputStream this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lcom/mongodb/internal/connection/Compressor$ByteBufInputStream;
            0    7     1        bytes  [B
            0    7     2       offset  I
            0    7     3       length  I
            5    7     4  bytesToRead  I
    MethodParameters:
        Name  Flags
      bytes   final
      offset  final
      length  final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.mongodb.internal.connection.Compressor$ByteBufInputStream this
         0: .line 120
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.mongodb.internal.connection.Compressor$ByteBufInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/internal/connection/Compressor$ByteBufInputStream;
}
SourceFile: "Compressor.java"
NestHost: com.mongodb.internal.connection.Compressor
InnerClasses:
  private final ByteBufInputStream = com.mongodb.internal.connection.Compressor$ByteBufInputStream of com.mongodb.internal.connection.Compressor