final class BsonWriterListOutput extends ListOutput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BsonWriterListOutput
- ListOutput
- SequentialOutput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
finish(): Unit
Indicates that all elements or fields in this SequentialOutput have been written.
Indicates that all elements or fields in this SequentialOutput have been written. This method MUST always be called after list/object writing has been finished.
- Definition Classes
- BsonWriterListOutput → SequentialOutput
-
def
writeElement(): BsonWriterOutput
Returns an Output representing next element in this list.
Returns an Output representing next element in this list. This Output instance MUST be fully used before calling writeElement next time. That means, one can NOT simultaneously use multiple instances of Output returned by subsequent calls to this method.
- Definition Classes
- BsonWriterListOutput → ListOutput