ByteStringOutput

io.bullet.borer.compat.akka.ByteStringOutput
final class ByteStringOutput extends Output

Mutable Output implementation for serializing to ByteString.

Attributes

Graph
Supertypes
trait Output
class Object
trait Matchable
class Any

Members list

Type members

Types

type Result = ByteString

Value members

Concrete methods

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

Inherited methods

def writeInt(value: Int): Self

Attributes

Inherited from:
Output
def writeLong(value: Long): Self

Attributes

Inherited from:
Output
def writeShort(value: Short): Self

Attributes

Inherited from:
Output