IInputStream Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un flux séquentiel d’octets à lire.
public interface class IInputStream : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2421821410, 48211, 4575, 140, 73, 0, 30, 79, 198, 134, 218)]
struct IInputStream : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2421821410, 48211, 4575, 140, 73, 0, 30, 79, 198, 134, 218)]
public interface IInputStream : System.IDisposable
Public Interface IInputStream
Implements IDisposable
- Dérivé
- 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
Dispose() |
Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées. |
ReadAsync(IBuffer, UInt32, InputStreamOptions) |
Lit les données du flux de manière asynchrone. |