ObjectInput

halotukozak.mcodec.ObjectInput

Attributes

Source
Input.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def getNextNamedField(name: String): FieldInput

Attributes

Source
Input.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
Input.scala

Concrete methods

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

Attributes

Source
Input.scala
def skipRemaining(): Unit

Attributes

Source
Input.scala

Inherited and Abstract methods

def hasNext: Boolean

Attributes

Inherited from:
SequentialInput
Source
Input.scala