Skip to content

JournalBufferReader.TrySkip(int)

TrySkip(int)

View source
public bool TrySkip(int count)
Attempts to skip the next count bytes.

Parameters

countint
The number of bytes to skip.

Returns

true if enough bytes were available; otherwise, false.