Peek(int)
public ArcBuffer Peek(int count) Returns a pinned slice of the provided length without reading the data.
Parameters
countint- The number of bytes to read.
Returns
A pinned slice of unread data. The caller owns the returned buffer and must dispose it.
