Class EmaDecoder
Ema解碼器。支持版本0.5,0.4(已廢棄),0.3(已廢棄)。
public static class EmaDecoder
- 繼承
-
EmaDecoder
方法
Decode(byte[])
解碼ema字節。
public static IEma Decode(byte[] data)
參數
data
Decode(string)
解碼ema字符串。
public static IEma Decode(string json)
參數
json