5dyouxi
游戏
论坛
聊天
开发者
注册
登录
Nonoba APIs and Tools
Developer Forum
Documentation
Download APIs
5dyouxi Developer Forums
/
Multiplayer API
Byte arrays?
torskmunken
说
很久以前 | 帖子#1
Hello, hello. I just have a quick question to the API developers, and that's when, or if the API will support handling byte arrays? I'd really like to send packets with byte arrays instead of ints, or floats. Or does it work in any way at this time?
Thanks.
YaiEf
说
很久以前 | 帖子#2
Just Base64 encode it in a string and decode it on the other end.
That's what I do. It's horribly inefficient, but Nonoba doesn't mind :)
回复主题
现在就注册
以回复主题
注册
或者
登录
torskmunken说
很久以前 | 帖子#1Thanks.