IFrontEndAdapter.ReadStream(String, Int64, Int64, Boolean) メソッド

定義

指定されたストリーム パスを読み取るためのストリームを開きます

public System.IO.Stream ReadStream (string streamPath, long offset, long length, bool isDownload = false);
abstract member ReadStream : string * int64 * int64 * bool -> System.IO.Stream
Public Function ReadStream (streamPath As String, offset As Long, length As Long, Optional isDownload As Boolean = false) As Stream

パラメーター

streamPath
String

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

offset
Int64

ストリームに追加するオフセット。

length
Int64

追加するバイト数 (0 から始まる)。

isDownload
Boolean

[is download]に true 設定されている場合は、ローカル コンピューターではなく、読み取り元のサーバーでストリームを開きます。

戻り値

例外

追加するデータが null または空の場合。

適用対象