Package org.bson
Class BsonBinaryReader.Context
java.lang.Object
org.bson.AbstractBsonReader.Context
org.bson.BsonBinaryReader.Context
- Enclosing class:
- BsonBinaryReader
An implementation of
AbstractBsonReader.Context.-
Method Summary
Methods inherited from class org.bson.AbstractBsonReader.Context
getContextType
-
Method Details
-
getParentContext
Description copied from class:AbstractBsonReader.ContextReturns the parent context. Allows users of this context object to transition to this parent context.- Overrides:
getParentContextin classAbstractBsonReader.Context- Returns:
- the context that came before this one
-