BuildMaster SDK Reference
Version:

SlimMemoryStream(byte[] initialData, bool writable, bool copy) Constructor

Initializes a new instance of the SlimMemoryStream class.

Syntax

public .ctor(byte[] initialData, bool writable, bool copy)

Parameters

initialData
Type: byte[]

The initial data used to populate the stream.

writable
Type: bool

Value indicating whether the stream should be writable.

copy
Type: bool

Value indiating whether the initialData array should be copied or referenced.