TryRead(Span<byte>)
public bool TryRead(Span<byte> destination) Attempts to copy the next bytes into
destination and read them. Parameters
destinationSpan<byte>- The destination to copy to.
Returns
true if enough bytes were available; otherwise, false.