C# Class CSPspEmu.Hle.Formats.Pbp

Inheritance: IFormatDetector
显示文件 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_oe property

protected Dictionary Files
return Stream>.Dictionary

Header protected_oe property

protected HeaderStruct Header
return HeaderStruct

Names public_oe static_oe property

public static String[] Names
return String[]

Stream protected_oe property

protected Stream Stream
return Stream