Android:蓝牙应用程序文件传输问题
我目前正在尝试根据蓝牙聊天示例制作一个文件传输应用程序。
我的问题是,当我通过蓝牙使用输出流发送文件并使用输入流接收文件时,从一个设备发送到另一个设备和从另一个设备接收的数据并不相同。
该应用程序使用字节数组进行事务,而接收方将字节数组缓冲区设置为 1024。因此设备将以块的形式接收,在字节数组到来时附加它们。
我什至尝试过发送一串数字并将缓冲区大小更改为 4,但没有成功。
我做错了什么?
I am currently trying to make a file transfer app adapted from the Bluetooth Chat example.
My issue is that when I send the file across via bluetooth with an outputstream and receive it with an inputstream, the data sent and received from one device to the other are not the same.
The app is using a byte array for the transactions, while the receiving side has the byte array buffer set to 1024. So the device will be receiving in chunks, append the byte arrays as they come.
I have even tried sending a string of numbers across and changing the buffer size to 4 with no luck.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论