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 start local 1 0: aload 0
invokespecial java.io.InputStream.<init>:()V
1: aload 0
aload 1
putfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
2: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
invokeinterface org.bson.ByteBuf.hasRemaining:()Z
ifne 2
1: iconst_m1
ireturn
2: StackMap locals:
StackMap stack:
iload 3
aload 0
getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
invokeinterface org.bson.ByteBuf.remaining:()I
if_icmple 3
aload 0
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
StackMap locals:
StackMap stack: int
4: istore 4
start local 4 5: aload 0
getfield com.mongodb.internal.connection.Compressor$ByteBufInputStream.source:Lorg/bson/ByteBuf;
aload 1
iload 2
iload 4
invokeinterface org.bson.ByteBuf.get:([BII)Lorg/bson/ByteBuf;
pop
6: iload 4
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 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