package ran.quzitech.rnble.handler;

import java.util.Map;

/**
 * Created by chenweicheng on 28/2/2017.
 */

public interface IProtocalHandler {
    ProtocolMsg getProtocolParseResult(byte[] data);

    byte[] create(Map map);
}
