RandomAccessStreamReference Classe

Définition

Fournit un accès aléatoire aux données dans les flux d’entrée et de sortie d’un fichier.

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
Héritage
Object Platform::Object IInspectable RandomAccessStreamReference
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

CreateFromFile(IStorageFile)

Crée un flux d’accès aléatoire autour d’un fichier.

CreateFromStream(IRandomAccessStream)

Crée un flux d’accès aléatoire autour du flux spécifié.

CreateFromUri(Uri)

Crée un flux d’accès aléatoire autour de l’URI spécifié.

OpenReadAsync()

Ouvre un flux pour un accès aléatoire.

S’applique à

Voir aussi