C# Class CSPspEmu.Hle.Formats.IsoFile

Inheritance: IDisposable
Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
IsoPath string
PrimaryVolumeDescriptor PrimaryVolumeDescriptor
Root IsoNode

Méthodes publiques

Méthode Description
Dispose ( ) : void
IsoFile ( ) : System
IsoFile ( Stream Stream ) : System
IsoFile ( Stream stream, string path = "<unknown>" ) : System
IsoFile ( string path ) : System
SetStream ( Stream Stream, string Path = "<unknown>" ) : void

Méthodes protégées

Méthode Description
LoadRootIsoNode ( ) : void
ProcessDirectoryRecord ( IsoNode ParentIsoNode ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsoFile() public méthode

public IsoFile ( ) : System
Résultat System

IsoFile() public méthode

public IsoFile ( Stream Stream ) : System
Stream Stream
Résultat System

IsoFile() public méthode

public IsoFile ( Stream stream, string path = "<unknown>" ) : System
stream Stream
path string
Résultat System

IsoFile() public méthode

public IsoFile ( string path ) : System
path string
Résultat System

LoadRootIsoNode() protected méthode

protected LoadRootIsoNode ( ) : void
Résultat void

ProcessDirectoryRecord() protected méthode

protected ProcessDirectoryRecord ( IsoNode ParentIsoNode ) : void
ParentIsoNode IsoNode
Résultat void

SetStream() public méthode

public SetStream ( Stream Stream, string Path = "<unknown>" ) : void
Stream Stream
Path string
Résultat void

Property Details

IsoPath public_oe property

public string IsoPath
Résultat string

PrimaryVolumeDescriptor public_oe property

public PrimaryVolumeDescriptor,CSPspEmu.Hle.Formats PrimaryVolumeDescriptor
Résultat PrimaryVolumeDescriptor

Root public_oe property

public IsoNode,CSPspEmu.Hle.Formats Root
Résultat IsoNode