ByteStringOutput

final class ByteStringOutput extends Output

Mutable Output implementation for serializing to ByteString.

trait Output
class Object
trait Matchable
class Any

Type members

Types

type Result = ByteString

Value members

Concrete methods

def cursor: Int
def result(): ByteString
def writeByte(byte: Byte): ByteStringOutput
def writeBytes(a: Byte, b: Byte): ByteStringOutput
def writeBytes(a: Byte, b: Byte, c: Byte): ByteStringOutput
def writeBytes(a: Byte, b: Byte, c: Byte, d: Byte): ByteStringOutput
def writeBytes[Bytes : ByteAccess](bytes: Bytes): ByteStringOutput

Inherited methods

def writeInt(value: Int): Self
Inherited from:
Output
def writeLong(value: Long): Self
Inherited from:
Output
def writeShort(value: Short): Self
Inherited from:
Output