C# 클래스 SharpTune.RomMod.SRecordReader

Reads SRecord objects from an SRecord file.
상속: IDisposable
파일 보기 프로젝트 열기: Merp/SharpTune 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the underlying StreamReader.

Open ( ) : void

Open the file reader.

Reset ( ) : void

Close and re-open the reader.

SRecordReader ( Stream stream, string path ) : System
SRecordReader ( string path ) : System

Constructor.

TryReadNextRecord ( SRecord &record ) : bool

Read the next record from an SRecord file.

비공개 메소드들

메소드 설명
GetByte ( string record, int &index, int &checksum ) : byte

Get a single byte from an SRecord row.

메소드 상세

Dispose() 공개 메소드

Disposes the underlying StreamReader.
public Dispose ( ) : void
리턴 void

Open() 공개 메소드

Open the file reader.
public Open ( ) : void
리턴 void

Reset() 공개 메소드

Close and re-open the reader.
public Reset ( ) : void
리턴 void

SRecordReader() 공개 메소드

public SRecordReader ( Stream stream, string path ) : System
stream Stream
path string
리턴 System

SRecordReader() 공개 메소드

Constructor.
public SRecordReader ( string path ) : System
path string
리턴 System

TryReadNextRecord() 공개 메소드

Read the next record from an SRecord file.
public TryReadNextRecord ( SRecord &record ) : bool
record SRecord
리턴 bool