Lean
$LEAN_TAG$
|
Defines how to open/close a source file 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... | |
Defines how to open/close a source file
Definition at line 25 of file IStreamProvider.cs.
IEnumerable<Stream> QuantConnect.ToolBox.IStreamProvider.Open | ( | string | source | ) |
Opens the specified source as read to be consumed stream
source | The source file to be opened |
Implemented in QuantConnect.ToolBox.ZipStreamProvider, QuantConnect.ToolBox.FileStreamProvider, QuantConnect.ToolBox.GzipStreamProvider, and QuantConnect.ToolBox.Bz2StreamProvider.
void QuantConnect.ToolBox.IStreamProvider.Close | ( | string | source | ) |
Closes the specified source file stream
source | The source file to be closed |
Implemented in QuantConnect.ToolBox.ZipStreamProvider, QuantConnect.ToolBox.GzipStreamProvider, QuantConnect.ToolBox.FileStreamProvider, and QuantConnect.ToolBox.Bz2StreamProvider.