SharpFS -- A Virtual FileSystem for .NET

FileManager.GetStream Method (String)

[This is preliminary documentation and subject to change.]

Returns a stream that allows the client to access file data.

public MemoryStream GetStream(
   string fileName
);

Parameters

fileName
The name of the file to access.

Return Value

A stream allowing access to the file's data, or null if an error occurred..

Remarks

This call will block until the request for this file has completed.

See Also

FileManager Class | SharpFS Namespace | FileManager.GetStream Overload List