Interface IDnsByteArrayWriter
Represents a class which can write its contents to an enumerable of bytes.
Namespace: Ae.Dns.Protocol
Assembly: Ae.Dns.Protocol.dll
Syntax
public interface IDnsByteArrayWriter
Methods
| Improve this Doc View SourceWriteBytes(Memory<Byte>, ref Int32)
Write to the the specified byte array.
Declaration
void WriteBytes(Memory<byte> bytes, ref int offset)
Parameters
Type | Name | Description |
---|---|---|
Memory<Byte> | bytes | The byte array to read from. |
Int32 | offset | The offset to start at. |