SimpleOutput

mcodec.SimpleOutput
trait SimpleOutput

Attributes

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

Members list

Value members

Abstract methods

Attributes

Source
Output.scala

Attributes

Source
Output.scala

Attributes

Source
Output.scala

Attributes

Source
Output.scala
def writeInt(i: Int): Unit

Attributes

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

Attributes

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

Attributes

Source
Output.scala

Concrete methods

def writeBinary(bytes: Array[Byte]): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
Output.scala