Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
Modifier and Type | Method and Description |
---|---|
BsonBinaryWriter.Context |
BsonBinaryWriter.Context.copy() |
protected BsonBinaryWriter.Context |
BsonBinaryWriter.getContext() |
BsonBinaryWriter.Context |
BsonBinaryWriter.Context.getParentContext() |
Constructor and Description |
---|
Context(BsonBinaryWriter.Context from)
Creates a new instance by copying the values from the given context.
|
Context(BsonBinaryWriter.Context parentContext,
BsonContextType contextType,
int startPosition)
Creates a new instance
|
Copyright © 2017. All Rights Reserved.