Table of Contents

Class OctetWriter

Namespace
Coherence.Brook
Assembly
Coherence.Brook.dll
public class OctetWriter : IOctetWriter
Inheritance
OctetWriter
Implements

Constructors

OctetWriter(int)

public OctetWriter(int size)

Parameters

size int

Properties

Capacity

public uint Capacity { get; }

Property Value

uint

Octets

public byte[] Octets { get; }

Property Value

byte[]

Position

public uint Position { get; }

Property Value

uint

RemainingOctetCount

public uint RemainingOctetCount { get; }

Property Value

uint

Methods

Rewind(uint)

public void Rewind(uint newPosition)

Parameters

newPosition uint

WriteOctet(byte)

public void WriteOctet(byte v)

Parameters

v byte

WriteOctets(byte[])

public void WriteOctets(byte[] v)

Parameters

v byte[]