Table of Contents

Interface IOctetReader

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

Properties

Length

uint Length { get; }

Property Value

uint

Position

uint Position { get; }

Property Value

uint

RemainingOctetCount

int RemainingOctetCount { get; }

Property Value

int

Methods

ReadOctet()

byte ReadOctet()

Returns

byte

ReadOctets(int)

ReadOnlySpan<byte> ReadOctets(int octetCount)

Parameters

octetCount int

Returns

ReadOnlySpan<byte>