IFrontEndAdapter.CreateStream(String, Boolean, Byte[], Int32) メソッド

定義

指定されたパスに新しい空のストリームを作成します。

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)

パラメーター

streamPath
String

ストリームへの相対パス。

overwrite
Boolean

既存のストリームを上書きするかどうか。

data
Byte[]

データ。

byteCount
Int32

バイト数。

適用対象