OutputAndSimpleOutput

mcodec.OutputAndSimpleOutput

Attributes

Source
Output.scala
Graph
Supertypes
trait SimpleOutput
trait Output
class Object
trait Matchable
class Any
Known subtypes
class CborOutput
class JsonOutput

Members list

Value members

Concrete methods

final def writeSimple(): SimpleOutput

Attributes

Source
Output.scala

Inherited methods

def hasMarker(marker: Marker): Boolean

Attributes

Inherited from:
Output
Source
Output.scala
def writeBinary(bytes: Array[Byte]): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeByte(b: Byte): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeChar(c: Char): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeFloat(f: Float): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeShort(s: Short): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeTimestamp(millis: Long): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala

Inherited and Abstract methods

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
def writeInt(i: Int): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala

Attributes

Inherited from:
Output
Source
Output.scala
def writeLong(l: Long): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeNull(): Unit

Attributes

Inherited from:
Output
Source
Output.scala

Attributes

Inherited from:
Output
Source
Output.scala
def writeString(str: String): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala