C# Class RDAExplorer.RDAReader

Inheritance: IDisposable
Afficher le fichier Open project: lysannschlegel/RDAExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
FileName string
backgroundWorker System.ComponentModel.BackgroundWorker
backgroundWorkerLastMessage string
rdaFolder RDAExplorer.RDAFolder
rdaReadBlocks uint

Méthodes publiques

Méthode Description
CopySkippedDataSextion ( ulong offset, ulong size, Stream output ) : void
Dispose ( ) : void
RDAReader ( ) : System
ReadRDAFile ( ) : void

Private Methods

Méthode Description
GetUIntSizeVersionAware ( ) : uint
GetUIntSizeVersionAware ( RDAExplorer.FileHeader version ) : uint
ReadBlock ( ulong Offset, ulong beginningOfDataSection ) : ulong
ReadDirEntries ( byte buffer, RDAExplorer.BlockInfo block, RDAMemoryResidentHelper mrm ) : void
ReadFileHeader ( BinaryReader reader, RDAExplorer.FileHeader expectedVersion ) : RDAExplorer.FileHeader
ReadUIntVersionAware ( BinaryReader reader ) : ulong
ReadUIntVersionAware ( BinaryReader reader, RDAExplorer.FileHeader version ) : ulong
UpdateOutput ( string message ) : void

Method Details

CopySkippedDataSextion() public méthode

public CopySkippedDataSextion ( ulong offset, ulong size, Stream output ) : void
offset ulong
size ulong
output Stream
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RDAReader() public méthode

public RDAReader ( ) : System
Résultat System

ReadRDAFile() public méthode

public ReadRDAFile ( ) : void
Résultat void

Property Details

FileName public_oe property

public string FileName
Résultat string

backgroundWorker public_oe property

public BackgroundWorker,System.ComponentModel backgroundWorker
Résultat System.ComponentModel.BackgroundWorker

backgroundWorkerLastMessage public_oe property

public string backgroundWorkerLastMessage
Résultat string

rdaFolder public_oe property

public RDAFolder,RDAExplorer rdaFolder
Résultat RDAExplorer.RDAFolder

rdaReadBlocks public_oe property

public uint rdaReadBlocks
Résultat uint