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()

打开流进行随机访问。

适用于

另请参阅