我在 dart 中使用协议缓冲区,但由于从 Web 套接字连接接收数据的方式而出现问题。二进制数据作为 接收Blob
,并且 protobuf 消息的构造函数需要List<int>
. 我将如何将 a 转换Blob
为 a List<int>
?
问问题
548 次
我在 dart 中使用协议缓冲区,但由于从 Web 套接字连接接收数据的方式而出现问题。二进制数据作为 接收Blob
,并且 protobuf 消息的构造函数需要List<int>
. 我将如何将 a 转换Blob
为 a List<int>
?