IDataReader Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides read access to an input stream.
public interface class IDataReader
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3803512873, 46273, 17172, 164, 184, 251, 129, 58, 47, 39, 94)]
struct IDataReader
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3803512873, 46273, 17172, 164, 184, 251, 129, 58, 47, 39, 94)]
public interface IDataReader
Public Interface IDataReader
- Derived
- Attributes
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Byte |
Gets or sets the byte order of the data in the input stream. |
Input |
Gets or sets the read options for the input stream. |
Unconsumed |
Gets the size of the buffer that has not been read. |
Unicode |
Gets or sets the Unicode character encoding for the input stream. |
Detach |
Detaches a buffer that was previously attached to the reader. |
Detach |
Detaches a stream that was previously attached to the reader. |
Load |
Loads data from the input stream. |
Read |
Reads a Boolean value from the input stream. |
Read |
Reads a buffer from the input stream. |
Read |
Reads a byte value from the input stream. |
Read |
Reads an array of byte values from the input stream. |
Read |
Reads a date and time value from the input stream. |
Read |
Reads a floating-point value from the input stream. |
Read |
Reads a GUID value from the input stream. |
Read |
Reads a 16-bit integer value from the input stream. |
Read |
Reads a 32-bit integer value from the input stream. |
Read |
Reads a 64-bit integer value from the input stream. |
Read |
Reads a floating-point value from the input stream. |
Read |
Reads a string value from the input stream. |
Read |
Reads a time interval from the input stream. |
Read |
Reads a 16-bit unsigned integer from the input stream. |
Read |
Reads a 32-bit unsigned integer from the input stream. |
Read |
Reads a 64-bit unsigned integer from the input stream. |
Product | Versions |
---|---|
WinRT | Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |