HarmonyOS鸿蒙Next中希望@ohos.util.stream(数据流基类stream)能够支持binary encoding
HarmonyOS鸿蒙Next中希望@ohos.util.stream(数据流基类stream)能够支持binary encoding 比如readable.push(buffer, ‘binary’)
2 回复
有类似的功能函数,将数据推送到可读流缓冲区中,参考:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-stream-V5#push
更多关于HarmonyOS鸿蒙Next中希望@ohos.util.stream(数据流基类stream)能够支持binary encoding的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html


