ByteVectorOutput

io.bullet.borer.compat.scodec.ByteVectorOutput
final class ByteVectorOutput(bufferSize: Int, allowBufferCaching: Boolean) extends Output

Mutable Output implementation for serializing to ByteVector.

Attributes

Graph
Supertypes
trait Output
class Object
trait Matchable
class Any

Members list

Type members

Types

type Result = ByteVector

Value members

Concrete methods

def result(): Result
def writeByte(byte: Byte): Self
def writeBytes(a: Byte, b: Byte): Self
def writeBytes(a: Byte, b: Byte, c: Byte): Self
def writeBytes(a: Byte, b: Byte, c: Byte, d: Byte): Self
def writeBytes[Bytes : ByteAccess](bytes: Bytes): Self

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