RandomAccessStreamReference クラス

定義

ファイルの入力ストリームと出力ストリーム内のデータへのランダム アクセスを提供します。

public ref class RandomAccessStreamReference sealed : IRandomAccessStreamReference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RandomAccessStreamReference final : IRandomAccessStreamReference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RandomAccessStreamReference : IRandomAccessStreamReference
Public NotInheritable Class RandomAccessStreamReference
Implements IRandomAccessStreamReference
継承
Object Platform::Object IInspectable RandomAccessStreamReference
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

メソッド

CreateFromFile(IStorageFile)

ファイルの周囲にランダム なアクセス ストリームを作成します。

CreateFromStream(IRandomAccessStream)

指定したストリームの周囲にランダム アクセス ストリームを作成します。

CreateFromUri(Uri)

指定した URI を中心にランダム アクセス ストリームを作成します。

OpenReadAsync()

ランダム アクセス用のストリームを開きます。

適用対象

こちらもご覧ください