C# Класс 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.
Наследование: MessageReaderBase, IRecordedMessageReader
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Initialise void

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
DisposeOfManagedResources ( ) : void
ReadImpl ( ) : Message

Приватные методы

Метод Описание
Initialise ( Stream input, bool ownsInput ) : void

Описание методов

DisposeOfManagedResources() защищенный метод

protected DisposeOfManagedResources ( ) : void
Результат void

ReadImpl() защищенный метод

protected ReadImpl ( ) : Message
Результат Message

RecordedMessageReader() публичный метод

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; .
Результат System.IO

RecordedMessageReader() публичный метод

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.
Результат System.IO