C# Class CSPspEmu.Hle.Formats.Pbp

Inheritance: IFormatDetector
Show file Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Names String[]

Protected Properties

Property Type Description
Files Stream>.Dictionary
Header HeaderStruct
Stream Stream

Public Methods

Method 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 method

public ContainsKey ( String Key ) : bool
Key String
return bool

ContainsKey() public method

public ContainsKey ( Types Type ) : bool
Type Types
return bool

Load() public method

public Load ( Stream Stream ) : Pbp
Stream Stream
return Pbp

this() public method

public this ( String Key ) : Stream
Key String
return Stream

this() public method

public this ( Types Type ) : Stream
Type Types
return Stream

Property Details

Files protected property

protected Dictionary Files
return Stream>.Dictionary

Header protected property

protected HeaderStruct Header
return HeaderStruct

Names public static property

public static String[] Names
return String[]

Stream protected property

protected Stream Stream
return Stream