Interface IAmqpWriteable
A AMQP writeable.
public interface IAmqpWriteable
Methods
GetRequiredBufferSize()
Gets the minimum required buffer size.
int GetRequiredBufferSize()
Returns
- int
The minimum required buffer size.
WriteTo(Span<byte>)
Write this instance to the provided span.
int WriteTo(Span<byte> span)
Parameters
Returns
- int
The amount of bytes written.