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
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

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