Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
0 out of 3 rated this helpful - Rate this topic

IRandomAccessStream interface

Enables obtaining an asynchronous byte reader or byte writer that's positioned at the specified location on a random access byte stream.

Members

The IRandomAccessStream interface inherits from IInspectable. IRandomAccessStream also has these types of members:

Methods

The IRandomAccessStream interface has these methods.

MethodDescription
GetInputStreamAt

Gets a byte reader that's positioned at the specified offset.

GetOutputStreamAt

Gets a byte writer that's positioned at the specified offset.

 

Properties

The IRandomAccessStream interface has these properties.

PropertyDescription

Size

Gets or sets the size of the stream.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Robytestream.h

IDL

Robytestream.idl

 

 

Build date: 5/16/2013

Community Additions

© 2013 Microsoft. All rights reserved.