BsonValueOutput
halotukozak.mcodec.BsonValueOutput
final class BsonValueOutput(buf: BsonBuffer, name: String) extends OutputAndSimpleOutput, BsonExtOutput
A field/element value position. Unlike CBOR, a BSON element is `` — the tag precedes the name, but we only learn the type once the codec calls one of the write* methods below. So the tag + name are emitted lazily, on first write.
Attributes
- Source
- BsonOutput.scala
- Graph
-
- Supertypes
-
trait BsonExtOutputtrait OutputAndSimpleOutputtrait SimpleOutputtrait Outputclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Definition Classes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Source
- BsonOutput.scala
Attributes
- Definition Classes
- Source
- BsonOutput.scala
Inherited methods
Attributes
- Inherited from:
- Output
- Source
- Output.scala
Attributes
- Inherited from:
- SimpleOutput
- Source
- Output.scala
Attributes
- Inherited from:
- SimpleOutput
- Source
- Output.scala
Attributes
- Inherited from:
- SimpleOutput
- Source
- Output.scala
Attributes
- Inherited from:
- SimpleOutput
- Source
- Output.scala
Attributes
- Inherited from:
- OutputAndSimpleOutput
- Source
- Output.scala
In this article