Interface IDnsByteArrayReader
Represents a class which can read from the specified byte array.
Namespace: Ae.Dns.Protocol
Assembly: Ae.Dns.Protocol.dll
Syntax
public interface IDnsByteArrayReader
Methods
| Improve this Doc View SourceReadBytes(ReadOnlyMemory<Byte>, ref Int32)
Read from the specified byte array, starting at the specified offset.
Declaration
void ReadBytes(ReadOnlyMemory<byte> bytes, ref int offset)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlyMemory<Byte> | bytes | The byte array to read from. |
Int32 | offset | The offset to start at. |