Package org.bson
Class BsonBinaryReader.Context
- java.lang.Object
-
- org.bson.AbstractBsonReader.Context
-
- org.bson.BsonBinaryReader.Context
-
- Enclosing class:
- BsonBinaryReader
protected class BsonBinaryReader.Context extends AbstractBsonReader.Context
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BsonBinaryReader.Context
getParentContext()
Returns the parent context.-
Methods inherited from class org.bson.AbstractBsonReader.Context
getContextType
-
-
-
-
Method Detail
-
getParentContext
protected BsonBinaryReader.Context getParentContext()
Description copied from class:AbstractBsonReader.Context
Returns the parent context. Allows users of this context object to transition to this parent context.- Overrides:
getParentContext
in classAbstractBsonReader.Context
- Returns:
- the context that came before this one
-
-