Click or drag to resize

ChunkedMemoryStream Constructor (Int32)

Initializes a new instance of the ChunkedMemoryStream class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ChunkedMemoryStream(
	int chunkSize
)

Parameters

chunkSize
Type: SystemInt32
Size of the underlying chunks.
See Also