protected static class BsonGenerator.DocumentInfo
extends java.lang.Object
| Constructor and Description |
|---|
BsonGenerator.DocumentInfo(BsonGenerator.DocumentInfo parent,
int headerPos,
boolean array)
Creates a new DocumentInfo object
|
public BsonGenerator.DocumentInfo(BsonGenerator.DocumentInfo parent, int headerPos, boolean array)
parent - information about the parent document (may be
null if this document is the top-level one)headerPos - the position of the document's header
in the output bufferarray - true if the document is an array