IMultiStreamSource Interface
Definition
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.
An interface for exposing some number of items that can be opened for reading.
public interface IMultiStreamSource
type IMultiStreamSource = interface
Public Interface IMultiStreamSource
- Derived
Properties
Count |
Gets the number of items. |
Methods
GetPathOrNull(Int32) |
Return a string representing the "path" to the index'th stream. May return null. |
Open(Int32) |
Opens the indicated item and returns a readable stream on it. |
OpenTextReader(Int32) |
Opens the indicated item and returns a text stream reader on it. |