Skip to content

ArcBufferReader.ConsumeSlice(int)

ConsumeSlice(int)

View source
public ArcBuffer ConsumeSlice(int count)
Consumes a slice of the provided length.

Parameters

countint
The number of bytes to consume.

Returns

A pinned buffer representing the consumed data. The caller owns the returned buffer and must dispose it.