MultiStreamPath.Open

MultiStreamPath.Open method

Abstracts a set of open streaming multi-file formats a path for accessing data.

public override Stream Open(FileAccess access)
ParameterTypeDescription
accessFileAccessSpecifies a subset of operations that can be performed on a Stream.

Return Value

This can be either a MemoryStream or the stream originally passed by the client.

See Also