IInputStream Schnittstelle

Definition

Stellt einen sequenziellen Datenstrom von zu lesenden Bytes dar.

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
Abgeleitet
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Methoden

Dispose()

Führt anwendungsspezifische Aufgaben durch, die mit der Freigabe, der Zurückgabe oder dem Zurücksetzen von nicht verwalteten Ressourcen zusammenhängen.

ReadAsync(IBuffer, UInt32, InputStreamOptions)

Liest Daten asynchron aus dem Stream.

Gilt für: