Table of Contents

Class EmaDecoder

命名空间
EasyAR.Mega.Ema
程序集
EasyAR.Mega.Ema.dll

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