List of usage examples for com.mongodb LazyDBObject LazyDBObject
public LazyDBObject(final byte[] bytes, final int offset, final LazyBSONCallback callback)
From source file:org.bson.LazyBSONCallback.java
License:Apache License
public Object createObject(byte[] data, int offset) { return new LazyDBObject(data, offset, this); }