Click or drag to resize

ChunkedMemoryStream Constructor (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(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The array of unsigned bytes from which to create the current stream.
See Also