public interface com.mongodb.DBDecoder extends org.bson.BSONDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.mongodb.DBDecoder
  super_class: java.lang.Object
{
  public abstract com.mongodb.DBCallback getDBCallback(com.mongodb.DBCollection);
    descriptor: (Lcom/mongodb/DBCollection;)Lcom/mongodb/DBCallback;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      collection  

  public abstract com.mongodb.DBObject decode(java.io.InputStream, com.mongodb.DBCollection);
    descriptor: (Ljava/io/InputStream;Lcom/mongodb/DBCollection;)Lcom/mongodb/DBObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      input       
      collection  

  public abstract com.mongodb.DBObject decode(byte[], com.mongodb.DBCollection);
    descriptor: ([BLcom/mongodb/DBCollection;)Lcom/mongodb/DBObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      bytes       
      collection  
}
SourceFile: "DBDecoder.java"