This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我们需要从 java android 代码中集成一些 C 文件函数。每个 c 函数都接受一些原始二进制数据(字节流)作为输入参数,处理并返回指向 c 文件中定义的 c 结构(联合结构)的指针。是否可以创建一些 java 结构并将其绑定到 c 结构?目前,返回数据(返回的 c 结构)的提取是在 java 代码中逐字节提取的,而不是直接访问结构成员。