This topic has not yet been rated - Rate this topic

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

Windows.Storage.Streams
Windows::Storage::Streams [C++]

Metadata

Windows.winmd

See also

DataReader

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.