C# Class AK.F1.Timing.Playback.RecordedMessageReader

Provides An AK.F1.Timing.Playback.IRecordedMessageReader which reads AK.F1.Timing.Messages which have been recorded by a AK.F1.Timing.Playback.RecordingMessageReader.
Inheritance: MessageReaderBase, IRecordedMessageReader
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description
Initialise void

Méthodes publiques

Méthode Description
RecordedMessageReader ( Stream input, bool ownsInput ) : System.IO

Initialises a new instance of the RecordedMessageReader class and specifies the input stream and a value indicating if the stream is owned by the reader.

RecordedMessageReader ( string path ) : System.IO

Initialises a new instance of the RecordedMessageReader class and specifies the input file path.

Méthodes protégées

Méthode Description
DisposeOfManagedResources ( ) : void
ReadImpl ( ) : Message

Private Methods

Méthode Description
Initialise ( Stream input, bool ownsInput ) : void

Method Details

DisposeOfManagedResources() protected méthode

protected DisposeOfManagedResources ( ) : void
Résultat void

ReadImpl() protected méthode

protected ReadImpl ( ) : Message
Résultat Message

RecordedMessageReader() public méthode

Initialises a new instance of the RecordedMessageReader class and specifies the input stream and a value indicating if the stream is owned by the reader.
public RecordedMessageReader ( Stream input, bool ownsInput ) : System.IO
input System.IO.Stream The input stream.
ownsInput bool if the reader owns the specified /// stream, otherwise; .
Résultat System.IO

RecordedMessageReader() public méthode

Initialises a new instance of the RecordedMessageReader class and specifies the input file path.
/// Thrown when is . /// /// Thrown when an IO error occurs whilst creating the internal /// using the supplied arguments. ///
public RecordedMessageReader ( string path ) : System.IO
path string The input file path.
Résultat System.IO