SharpFS -- A Virtual FileSystem for .NET

FileManager.GetStream Method

[This is preliminary documentation and subject to change.]

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

Overload List

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

public MemoryStream GetStream(string);

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

public MemoryStream GetStream(string,bool);

See Also

FileManager Class | SharpFS Namespace