Table of Contents

Interface IOctetWriter

Namespace
Coherence.Brook
Assembly
Coherence.Brook.dll
public interface IOctetWriter

Properties

Capacity

uint Capacity { get; }

Property Value

uint

Octets

byte[] Octets { get; }

Property Value

byte[]

Position

uint Position { get; }

Property Value

uint

RemainingOctetCount

uint RemainingOctetCount { get; }

Property Value

uint

Methods

Rewind(uint)

void Rewind(uint newPosition)

Parameters

newPosition uint

WriteOctet(byte)

void WriteOctet(byte v)

Parameters

v byte

WriteOctets(byte[])

void WriteOctets(byte[] v)

Parameters

v byte[]