BsonObjectInput

halotukozak.mcodec.BsonObjectInput
final class BsonObjectInput(reader: BsonReader) extends ObjectInput

Attributes

Source
BsonInput.scala
Graph
Supertypes
trait ObjectInput
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def getNextNamedField(name: String): FieldInput

Attributes

Source
BsonInput.scala
def hasNext: Boolean

Attributes

Source
BsonInput.scala

The next field. The returned FieldInput must be fully consumed before the next nextField() / hasNext call — backends are free to hand back a single reused instance, so holding one across iteration steps is unsupported.

The next field. The returned FieldInput must be fully consumed before the next nextField() / hasNext call — backends are free to hand back a single reused instance, so holding one across iteration steps is unsupported.

Attributes

Source
BsonInput.scala

Inherited methods

def peekField(name: String): Option[FieldInput]

Attributes

Inherited from:
ObjectInput
Source
Input.scala
def skipRemaining(): Unit

Attributes

Inherited from:
ObjectInput
Source
Input.scala