DataReader.FromBuffer | fromBuffer method
Creates a new instance of the data reader with data from the specified buffer.
Syntax
var dataReader = Windows.Storage.Streams.DataReader.fromBuffer(buffer);
Parameters
- buffer
-
Type: IBuffer
The buffer.
Return value
Type: DataReader
The data reader.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
