Method | Description | |
---|---|---|
Decode ( Unmarshal context, MarshalOpcode op, |
||
PyString ( ) : System | ||
PyString ( byte raw ) : System | ||
PyString ( string data ) : System | ||
PyString ( string data, bool forceUTF8 ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
EncodeInternal ( |
Method | Description | |
---|---|---|
Update ( byte data, bool isUnicode = false ) : void | ||
Update ( string data ) : void | ||
UpdateUTF8 ( byte data ) : void |
public Decode ( Unmarshal context, MarshalOpcode op, |
||
context | Unmarshal | |
op | MarshalOpcode | |
source | ||
return | void |
protected EncodeInternal ( |
||
output | ||
return | void |
public PyString ( string data, bool forceUTF8 ) : System | ||
data | string | |
forceUTF8 | bool | |
return | System |