Interface IOctetReader
public interface IOctetReader
Properties
Length
uint Length { get; }
Property Value
Position
uint Position { get; }
Property Value
RemainingOctetCount
int RemainingOctetCount { get; }
Property Value
Methods
ReadOctet()
byte ReadOctet()
Returns
ReadOctets(int)
ReadOnlySpan<byte> ReadOctets(int octetCount)
Parameters
octetCount
int