public class com.mongodb.LazyDBDecoder extends org.bson.LazyBSONDecoder implements com.mongodb.DBDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.mongodb.LazyDBDecoder
  super_class: org.bson.LazyBSONDecoder
{
  public static final com.mongodb.DBDecoderFactory FACTORY;
    descriptor: Lcom/mongodb/DBDecoderFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 58
            new com.mongodb.LazyDBDecoder$1
            dup
            invokespecial com.mongodb.LazyDBDecoder$1.<init>:()V
            putstatic com.mongodb.LazyDBDecoder.FACTORY:Lcom/mongodb/DBDecoderFactory;
         1: .line 63
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.LazyDBDecoder this
         0: .line 28
            aload 0 /* this */
            invokespecial org.bson.LazyBSONDecoder.<init>:()V
            return
        end local 0 // com.mongodb.LazyDBDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/LazyDBDecoder;

  public com.mongodb.DBCallback getDBCallback(com.mongodb.DBCollection);
    descriptor: (Lcom/mongodb/DBCollection;)Lcom/mongodb/DBCallback;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.mongodb.LazyDBDecoder this
        start local 1 // com.mongodb.DBCollection collection
         0: .line 34
            new com.mongodb.LazyDBCallback
            dup
            aload 1 /* collection */
            invokespecial com.mongodb.LazyDBCallback.<init>:(Lcom/mongodb/DBCollection;)V
            areturn
        end local 1 // com.mongodb.DBCollection collection
        end local 0 // com.mongodb.LazyDBDecoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/mongodb/LazyDBDecoder;
            0    1     1  collection  Lcom/mongodb/DBCollection;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.mongodb.lang.Nullable()
    MethodParameters:
            Name  Flags
      collection  final

  public com.mongodb.DBObject readObject(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lcom/mongodb/DBObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.mongodb.LazyDBDecoder this
        start local 1 // java.io.InputStream in
         0: .line 39
            aload 0 /* this */
            aconst_null
            invokevirtual com.mongodb.LazyDBDecoder.getDBCallback:(Lcom/mongodb/DBCollection;)Lcom/mongodb/DBCallback;
            astore 2 /* dbCallback */
        start local 2 // com.mongodb.DBCallback dbCallback
         1: .line 40
            aload 0 /* this */
            aload 1 /* in */
            aload 2 /* dbCallback */
            invokevirtual com.mongodb.LazyDBDecoder.decode:(Ljava/io/InputStream;Lorg/bson/BSONCallback;)I
            pop
         2: .line 41
            aload 2 /* dbCallback */
            invokeinterface com.mongodb.DBCallback.get:()Ljava/lang/Object;
            checkcast com.mongodb.DBObject
            areturn
        end local 2 // com.mongodb.DBCallback dbCallback
        end local 1 // java.io.InputStream in
        end local 0 // com.mongodb.LazyDBDecoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/mongodb/LazyDBDecoder;
            0    3     1          in  Ljava/io/InputStream;
            1    3     2  dbCallback  Lcom/mongodb/DBCallback;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    final

  public com.mongodb.DBObject decode(java.io.InputStream, com.mongodb.DBCollection);
    descriptor: (Ljava/io/InputStream;Lcom/mongodb/DBCollection;)Lcom/mongodb/DBObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.mongodb.LazyDBDecoder this
        start local 1 // java.io.InputStream input
        start local 2 // com.mongodb.DBCollection collection
         0: .line 46
            aload 0 /* this */
            aload 2 /* collection */
            invokevirtual com.mongodb.LazyDBDecoder.getDBCallback:(Lcom/mongodb/DBCollection;)Lcom/mongodb/DBCallback;
            astore 3 /* callback */
        start local 3 // com.mongodb.DBCallback callback
         1: .line 47
            aload 0 /* this */
            aload 1 /* input */
            aload 3 /* callback */
            invokevirtual com.mongodb.LazyDBDecoder.decode:(Ljava/io/InputStream;Lorg/bson/BSONCallback;)I
            pop
         2: .line 48
            aload 3 /* callback */
            invokeinterface com.mongodb.DBCallback.get:()Ljava/lang/Object;
            checkcast com.mongodb.DBObject
            areturn
        end local 3 // com.mongodb.DBCallback callback
        end local 2 // com.mongodb.DBCollection collection
        end local 1 // java.io.InputStream input
        end local 0 // com.mongodb.LazyDBDecoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/mongodb/LazyDBDecoder;
            0    3     1       input  Ljava/io/InputStream;
            0    3     2  collection  Lcom/mongodb/DBCollection;
            1    3     3    callback  Lcom/mongodb/DBCallback;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      input       final
      collection  final

  public com.mongodb.DBObject decode(byte[], com.mongodb.DBCollection);
    descriptor: ([BLcom/mongodb/DBCollection;)Lcom/mongodb/DBObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.mongodb.LazyDBDecoder this
        start local 1 // byte[] bytes
        start local 2 // com.mongodb.DBCollection collection
         0: .line 53
            aload 0 /* this */
            aload 2 /* collection */
            invokevirtual com.mongodb.LazyDBDecoder.getDBCallback:(Lcom/mongodb/DBCollection;)Lcom/mongodb/DBCallback;
            astore 3 /* callback */
        start local 3 // com.mongodb.DBCallback callback
         1: .line 54
            aload 0 /* this */
            aload 1 /* bytes */
            aload 3 /* callback */
            invokevirtual com.mongodb.LazyDBDecoder.decode:([BLorg/bson/BSONCallback;)I
            pop
         2: .line 55
            aload 3 /* callback */
            invokeinterface com.mongodb.DBCallback.get:()Ljava/lang/Object;
            checkcast com.mongodb.DBObject
            areturn
        end local 3 // com.mongodb.DBCallback callback
        end local 2 // com.mongodb.DBCollection collection
        end local 1 // byte[] bytes
        end local 0 // com.mongodb.LazyDBDecoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/mongodb/LazyDBDecoder;
            0    3     1       bytes  [B
            0    3     2  collection  Lcom/mongodb/DBCollection;
            1    3     3    callback  Lcom/mongodb/DBCallback;
    MethodParameters:
            Name  Flags
      bytes       final
      collection  final

  public org.bson.BSONObject readObject(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/bson/BSONObject;
    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.mongodb.LazyDBDecoder.readObject:(Ljava/io/InputStream;)Lcom/mongodb/DBObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "LazyDBDecoder.java"
NestMembers:
  com.mongodb.LazyDBDecoder$1
InnerClasses:
  com.mongodb.LazyDBDecoder$1