Skip to content

JournalBufferReader.Peek(int)

Peek(int)

View source
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.