Click or drag to resize

MemoryBufferStreamReset Method

Resets the stream to use a new buffer.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void Reset(
	byte[]? buffer,
	int offset,
	int count
)

Parameters

buffer  Byte
The buffer.
offset  Int32
The offset.
count  Int32
The count.
See Also