C# Class KFreonLib.PCCObjects.SaltPropertyReader

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
PropertyToText ( System.Property p, IPCCObject pcc ) : string
ReadProp ( IPCCObject pcc, byte raw, int start ) : List
TypeToString ( int type ) : string
detectStart ( IPCCObject pcc, byte raw ) : int
getPropList ( IPCCObject pcc, byte raw ) : List

Private Methods

Method Description
ReadValue ( IPCCObject pcc, byte raw, int start, int type ) : PropertyValue
getType ( IPCCObject pcc, int type ) : Type

Method Details

PropertyToText() public static method

public static PropertyToText ( System.Property p, IPCCObject pcc ) : string
p System.Property
pcc IPCCObject
return string

ReadProp() public static method

public static ReadProp ( IPCCObject pcc, byte raw, int start ) : List
pcc IPCCObject
raw byte
start int
return List

TypeToString() public static method

public static TypeToString ( int type ) : string
type int
return string

detectStart() public static method

public static detectStart ( IPCCObject pcc, byte raw ) : int
pcc IPCCObject
raw byte
return int

getPropList() public static method

public static getPropList ( IPCCObject pcc, byte raw ) : List
pcc IPCCObject
raw byte
return List