public class

LazyDBDecoder

extends LazyBSONDecoder
implements DBDecoder
java.lang.Object
   ↳ org.bson.LazyBSONDecoder
     ↳ com.mongodb.LazyDBDecoder
Known Direct Subclasses

Summary

Fields
public static DBDecoderFactory FACTORY
Public Constructors
LazyDBDecoder()
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.LazyBSONDecoder
From class java.lang.Object
From interface com.mongodb.DBDecoder
From interface org.bson.BSONDecoder

Fields

public static DBDecoderFactory FACTORY

Public Constructors

public LazyDBDecoder ()

Public Methods

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

public DBObject decode (InputStream in, DBCollection collection)

Throws
IOException

public DBCallback getDBCallback (DBCollection collection)