BsonRootOutput

halotukozak.mcodec.BsonRootOutput
final class BsonRootOutput(buf: BsonBuffer) extends Output

The true top level of a BSON stream. Per the BSON spec every encoded value is a document (there is no bare top-level scalar/array), so only writeObject() is legal here.

Attributes

Source
BsonOutput.scala
Graph
Supertypes
trait Output
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
BsonOutput.scala
def writeNull(): Unit

Attributes

Source
BsonOutput.scala

Attributes

Source
BsonOutput.scala

Attributes

Source
BsonOutput.scala

Inherited methods

def hasMarker(marker: Marker): Boolean

Attributes

Inherited from:
Output
Source
Output.scala