WriteCursor

wvlet.airframe.msgpack.spi.WriteCursor
case class WriteCursor(var buf: WriteBuffer, var position: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ensureCapacity(size: Int): Unit
def lastWrittenBytes: Int
def setOffset(offset: Int): Unit
def writeByte(b: Byte): Unit
def writeByteAndByte(a: Byte, b: Byte): Unit
def writeByteAndDouble(a: Byte, b: Double): Unit
def writeByteAndFloat(a: Byte, b: Float): Unit
def writeByteAndInt(a: Byte, b: Int): Unit
def writeByteAndLong(a: Byte, b: Long): Unit
def writeByteAndShort(a: Byte, b: Short): Unit
def writeBytes(a: Array[Byte]): Unit
def writeBytes(src: Array[Byte], srcOffset: Int, length: Int): Unit
def writeInt(a: Int): Unit
def writeLong(a: Long): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product