C# Class CSPspEmu.Hle.Formats.Pbp

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

Méthodes publiques

Свойство Type Description
Names String[]

Protected Properties

Свойство Type Description
Files Stream>.Dictionary
Header HeaderStruct
Stream Stream

Méthodes publiques

Méthode Description
ContainsKey ( String Key ) : bool
ContainsKey ( Types Type ) : bool
Load ( Stream Stream ) : Pbp
this ( String Key ) : Stream
this ( Types Type ) : Stream

Method Details

ContainsKey() public méthode

public ContainsKey ( String Key ) : bool
Key String
Résultat bool

ContainsKey() public méthode

public ContainsKey ( Types Type ) : bool
Type Types
Résultat bool

Load() public méthode

public Load ( Stream Stream ) : Pbp
Stream Stream
Résultat Pbp

this() public méthode

public this ( String Key ) : Stream
Key String
Résultat Stream

this() public méthode

public this ( Types Type ) : Stream
Type Types
Résultat Stream

Property Details

Files protected_oe property

protected Dictionary Files
Résultat Stream>.Dictionary

Header protected_oe property

protected HeaderStruct Header
Résultat HeaderStruct

Names public_oe static_oe property

public static String[] Names
Résultat String[]

Stream protected_oe property

protected Stream Stream
Résultat Stream