Click or drag to resize

UnmanagedBufferMemoryStream Constructor

Initializes a new instance of the UnmanagedBufferMemoryStream.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public UnmanagedBufferMemoryStream(
	long capacity
)

Parameters

capacity
Type: SystemInt64
The capacity of the memory stream.
See Also