IMultiStreamSource Interface

Definition

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.

Applies to