Namespace Windows.Storage.Streams
Classes
- DataWriter
Writes data to an output stream.
- InMemoryRandomAccessStream
Provides random access of data in input and output streams that are stored in memory instead of on disk.
Interfaces
- IBuffer
Represents a referenced array of bytes used by byte stream read and write interfaces. Buffer is the class implementation of this interface.
- IDataReader
Provides read access to an input stream.
- IDataWriter
Provides write access to an output stream.
- IInputStream
Represents a sequential stream of bytes to be read.
- IOutputStream
Represents a sequential stream of bytes to be written.
- IRandomAccessStream
Supports random access of data in input and output streams.
Enums
- ByteOrder
Specifies the byte order of a stream.
- InputStreamOptions
Specifies the read options for an input stream.
- UnicodeEncoding
Specifies the type of character encoding for a stream.