This topic has not yet been rated - Rate this topic

StreamInfo.GetStream Method

Opens and returns the I/O stream for the Package root.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method GetStream() Returns a stream opened in a default FileMode and FileAccess.
Public method GetStream(FileMode) Returns an I/O stream opened in a specified FileMode.
Public method GetStream(FileMode, FileAccess) Returns an I/O stream opened in a specified FileMode and with a given FileAccess.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.