protected class BsonBinaryReader.Context extends AbstractBsonReader.Context
| Modifier and Type | Field and Description |
|---|---|
private int |
size |
private int |
startPosition |
| Constructor and Description |
|---|
Context(BsonBinaryReader.Context parentContext,
BsonContextType contextType,
int startPosition,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected BsonBinaryReader.Context |
getParentContext()
Returns the parent context.
|
(package private) BsonBinaryReader.Context |
popContext(int position) |
getContextTypeContext(BsonBinaryReader.Context parentContext, BsonContextType contextType, int startPosition, int size)
BsonBinaryReader.Context popContext(int position)
protected BsonBinaryReader.Context getParentContext()
AbstractBsonReader.ContextgetParentContext in class AbstractBsonReader.Context