Click or drag to resize

ChunkedMemoryStream Constructor (Int32, Byte)

Initializes a new instance of the ChunkedMemoryStream class based on the specified byte array.

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

Parameters

chunkSize
Type: SystemInt32
Size of the underlying chunks.
buffer
Type: SystemByte
The array of unsigned bytes from which to create the current stream.
See Also