Lean  $LEAN_TAG$
QuantConnect.ToolBox.GzipStreamProvider Class Reference
Inheritance diagram for QuantConnect.ToolBox.GzipStreamProvider:
[legend]

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...
 

Detailed Description

Definition at line 23 of file GzipStreamProvider.cs.

Member Function Documentation

◆ Open()

IEnumerable<Stream> QuantConnect.ToolBox.GzipStreamProvider.Open ( string  source)

Opens the specified source as read to be consumed stream

Parameters
sourceThe source file to be opened
Returns
The stream representing the specified source

Implements QuantConnect.ToolBox.IStreamProvider.

Definition at line 32 of file GzipStreamProvider.cs.

◆ Close()

void QuantConnect.ToolBox.GzipStreamProvider.Close ( string  source)

Closes the specified source file stream

Parameters
sourceThe source file to be closed

Implements QuantConnect.ToolBox.IStreamProvider.

Definition at line 43 of file GzipStreamProvider.cs.

◆ Dispose()

void QuantConnect.ToolBox.GzipStreamProvider.Dispose ( )

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Definition at line 56 of file GzipStreamProvider.cs.


The documentation for this class was generated from the following file: