Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.2 KB

windows_storage_streams.md

File metadata and controls

22 lines (13 loc) · 1.2 KB
-api-id -api-type
N:Windows.Storage.Streams
winrt namespace

Windows.Storage.Streams

-description

Provides support for reading to and writing from sequential and random access streams.

-remarks

A stream is an abstraction of a sequence of bytes, such as a file, I/O device, or a socket. You can perform asynchronous read, write, and seek operations on a stream.

Calling the method on a stream flushes any buffered data and releases system resources such as file handles, sockets, and memory.

-examples

-see-also

Basic face detection sample (Windows 10), Serializing and deserializing data sample (Windows 10), File access sample (Windows 10), Custom USB device sample, DatagramSocket sample, StreamSocket sample