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: 2.0.0
Syntax
public void Reset(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer.
offset
Type: SystemInt32
The offset.
count
Type: SystemInt32
The count.
See Also