public class

DefaultDBDecoder

extends BasicBSONDecoder
implements DBDecoder
java.lang.Object
   ↳ org.bson.BasicBSONDecoder
     ↳ com.mongodb.DefaultDBDecoder

Summary

Fields
public static DBDecoderFactory FACTORY
[Expand]
Inherited Fields
From class org.bson.BasicBSONDecoder
Public Constructors
DefaultDBDecoder()
Public Methods
DBObject decode(byte[] b, DBCollection collection)
DBObject decode(InputStream in, DBCollection collection)
DBCallback getDBCallback(DBCollection collection)
[Expand]
Inherited Methods
From class org.bson.BasicBSONDecoder
From class java.lang.Object
From interface com.mongodb.DBDecoder
From interface org.bson.BSONDecoder

Fields

public static DBDecoderFactory FACTORY

Public Constructors

public DefaultDBDecoder ()

Public Methods

public DBObject decode (byte[] b, DBCollection collection)

public DBObject decode (InputStream in, DBCollection collection)

Throws
IOException

public DBCallback getDBCallback (DBCollection collection)