Skip to content

JournalBufferReader.Read(Span<byte>)

Read(Span<byte>)

View source
public void Read(Span<byte> destination)
Copies the next bytes into destination and reads them.

Parameters

destinationSpan<byte>
The destination to copy to.