Example usage for Java com.mongodb DBDecoder fields, constructors, methods, implement or subclass
The text is from its open source code.
DBObject | decode(InputStream input, DBCollection collection) Decode a single DBObject belonging to the given collection from the given input stream. |
DBObject | decode(byte[] bytes, DBCollection collection) Decode a single DBObject belonging to the given collection from the given array of bytes. |