|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bson.BasicBSONDecoder
com.mongodb.DefaultDBDecoder
public class DefaultDBDecoder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.bson.BasicBSONDecoder |
|---|
BasicBSONDecoder.BSONInput |
| Field Summary | |
|---|---|
static DBDecoderFactory |
FACTORY
|
| Fields inherited from class org.bson.BasicBSONDecoder |
|---|
_callback, _in, _len, _pos |
| Constructor Summary | |
|---|---|
DefaultDBDecoder()
|
|
| Method Summary | |
|---|---|
DBObject |
decode(byte[] b,
DBCollection collection)
|
DBObject |
decode(InputStream in,
DBCollection collection)
|
DBCallback |
getDBCallback(DBCollection collection)
|
String |
toString()
|
| Methods inherited from class org.bson.BasicBSONDecoder |
|---|
_binary, decode, decode, readObject, readObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.bson.BSONDecoder |
|---|
decode, decode, readObject, readObject |
| Field Detail |
|---|
public static DBDecoderFactory FACTORY
| Constructor Detail |
|---|
public DefaultDBDecoder()
| Method Detail |
|---|
public DBCallback getDBCallback(DBCollection collection)
getDBCallback in interface DBDecoder
public DBObject decode(byte[] b,
DBCollection collection)
decode in interface DBDecoder
public DBObject decode(InputStream in,
DBCollection collection)
throws IOException
decode in interface DBDecoderIOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||