Lean
$LEAN_TAG$
|
Provides an implementation of IStreamProvider that opens zip files 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 opens zip files
Definition at line 26 of file ZipStreamProvider.cs.
IEnumerable<Stream> QuantConnect.ToolBox.ZipStreamProvider.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 36 of file ZipStreamProvider.cs.
void QuantConnect.ToolBox.ZipStreamProvider.Close | ( | string | source | ) |
Closes the specified source file stream
source | The source file to be closed |
Implements QuantConnect.ToolBox.IStreamProvider.
Definition at line 53 of file ZipStreamProvider.cs.
void QuantConnect.ToolBox.ZipStreamProvider.Dispose | ( | ) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Definition at line 69 of file ZipStreamProvider.cs.