|
Lean
$LEAN_TAG$
|
Provides an implementation of IStreamProvider that just returns a file stream More...
Public Member Functions | |
| IEnumerable< Stream > | Open (string source) |
| Opens the specified source as read to be consumed stream More... | |
| void | Close (string source) |
| Closes the specified source file stream More... | |
| void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More... | |
Provides an implementation of IStreamProvider that just returns a file stream
Definition at line 24 of file FileStreamProvider.cs.
| IEnumerable<Stream> QuantConnect.ToolBox.FileStreamProvider.Open | ( | string | source | ) |
Opens the specified source as read to be consumed stream
| source | The source file to be opened |
Implements QuantConnect.ToolBox.IStreamProvider.
Definition at line 33 of file FileStreamProvider.cs.
| void QuantConnect.ToolBox.FileStreamProvider.Close | ( | string | source | ) |
Closes the specified source file stream
| source | The source file to be closed |
Implements QuantConnect.ToolBox.IStreamProvider.
Definition at line 42 of file FileStreamProvider.cs.
| void QuantConnect.ToolBox.FileStreamProvider.Dispose | ( | ) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Definition at line 54 of file FileStreamProvider.cs.