Méthode |
Description |
|
GetFreeKey ( IList dict ) : int |
|
|
GetKey ( IList dict, string value ) : int |
|
|
MakeArrayTag ( int arraycount, int bytelen ) : byte |
|
|
MakeNumberTag ( bool isFloat, bool isBool, bool isNull, bool isNeg, int datalength ) : byte |
|
|
MakeObjectTag ( int arraycount, int bytelen ) : byte |
|
|
MakeStringTag ( bool inDict, bool isPubDict, int keylength ) : byte |
|
|
PackJson ( System stream, MyJson node, IList pubdict, IList localdict, bool riseDictByKey, bool riseDictByString ) : void |
|
|
PackJsonArray ( System stream, MyJson array, IList pubdict, IList localdict, bool riseDictByKey, bool riseDictByString ) : void |
|
|
PackJsonNumber ( System stream, MyJson number ) : void |
|
|
PackJsonObject ( System stream, MyJson _object, IList pubdict, IList localdict, bool riseDictByKey, bool riseDictByString ) : void |
|
|
PackJsonString ( System stream, string str, IList pubdict, IList localdict, bool riseDictByString ) : void |
|
|
ReadCountHead ( System stream, byte tagfirst ) : int |
|
|
ReadIntSingle ( System stream ) : int |
|
|
ReadString ( System stream, byte tagfirst, IList pubdict, IList localdict ) : string |
|
|
UnPackJson ( System stream, IList pubdict, IList localdict ) : MyJson.IJsonNode |
|
|
UnPackJsonArray ( System stream, byte tagfirst, IList pubdict, IList localdict ) : MyJson.IJsonNode |
|
|
UnPackJsonNumber ( System stream, byte tagfirst ) : MyJson.IJsonNode |
|
|
UnPackJsonObject ( System stream, byte tagfirst, IList pubdict, IList localdict ) : MyJson.IJsonNode |
|
|
UnPackJsonString ( System stream, byte tagfirst, IList pubdict, IList localdict ) : MyJson.IJsonNode |
|
|
WriteArrayCountHead ( System stream, int arraycount ) : void |
|
|
WriteFloatData ( System stream, float number ) : void |
|
|
WriteIntData ( System stream, int number ) : void |
|
|
WriteObjectCountHead ( System stream, int arraycount ) : void |
|
|
WriteStringDataDict ( System stream, bool isPubDict, int pid ) : void |
|
|
WriteStringDataDirect ( System stream, string str ) : void |
|
|
WriteUIntSingle ( System stream, int number ) : void |
|
|