IFrontEndAdapter.CreateStream(String, Boolean, Byte[], Int32) Método

Definição

Cria um novo fluxo vazio no caminho fornecido.

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)

Parâmetros

streamPath
String

O caminho relativo para o fluxo.

overwrite
Boolean

Se deseja substituir um fluxo existente.

data
Byte[]

Os dados.

byteCount
Int32

A contagem de bytes.

Aplica-se a