Share via


IFrontEndAdapter.CreateStream(String, Boolean, Byte[], Int32) Method

Definition

Creates a new, empty stream at the given path.

public void CreateStream (string streamPath, bool overwrite, byte[] data, int byteCount);
abstract member CreateStream : string * bool * byte[] * int -> unit
Public Sub CreateStream (streamPath As String, overwrite As Boolean, data As Byte(), byteCount As Integer)

Parameters

streamPath
String

The relative path to the stream.

overwrite
Boolean

Whether to overwrite an existing stream.

data
Byte[]

The data.

byteCount
Int32

The byte count.

Applies to