public interface

DBDecoder

implements BSONDecoder
com.mongodb.DBDecoder
Known Indirect Subclasses

Summary

Public Methods
abstract DBObject decode(byte[] b, DBCollection collection)
abstract DBObject decode(InputStream in, DBCollection collection)
abstract DBCallback getDBCallback(DBCollection collection)
[Expand]
Inherited Methods
From interface org.bson.BSONDecoder

Public Methods

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

public abstract DBObject decode (InputStream in, DBCollection collection)

Throws
IOException

public abstract DBCallback getDBCallback (DBCollection collection)