Share via


BinaryLogReplayEventSource.OpenReader(String) Method

Definition

Creates a BinaryReader for the provided binary log file. Performs decompression and buffering in the optimal way. Caller is responsible for disposing the returned reader.

public:
 static System::IO::BinaryReader ^ OpenReader(System::String ^ sourceFilePath);
public static System.IO.BinaryReader OpenReader (string sourceFilePath);
static member OpenReader : string -> System.IO.BinaryReader
Public Shared Function OpenReader (sourceFilePath As String) As BinaryReader

Parameters

sourceFilePath
String

Returns

BinaryReader of the given binlog file.

Applies to