提交 7e853403 编写于 作者: M mahaifeng

[array-buffer]添加toByteBuffer与fromByteBuffer方法。 #3770

上级 e3307232
...@@ -56,6 +56,20 @@ ArrayBuffer 对象用来表示通用的原始二进制数据缓冲区。 ...@@ -56,6 +56,20 @@ ArrayBuffer 对象用来表示通用的原始二进制数据缓冲区。
<!-- UTSJSON.ArrayBuffer.isView.tutorial --> <!-- UTSJSON.ArrayBuffer.isView.tutorial -->
### fromByteBuffer(byteBuffer: ByteBuffer)
<!-- UTSJSON.ArrayBuffer.fromByteBuffer.description -->
<!-- UTSJSON.ArrayBuffer.fromByteBuffer.param -->
<!-- UTSJSON.ArrayBuffer.fromByteBuffer.returnValue -->
<!-- UTSJSON.ArrayBuffer.fromByteBuffer.test -->
<!-- UTSJSON.ArrayBuffer.fromByteBuffer.compatibility -->
<!-- UTSJSON.ArrayBuffer.fromByteBuffer.tutorial -->
## 实例属性 ## 实例属性
...@@ -90,3 +104,19 @@ ArrayBuffer 对象用来表示通用的原始二进制数据缓冲区。 ...@@ -90,3 +104,19 @@ ArrayBuffer 对象用来表示通用的原始二进制数据缓冲区。
<!-- UTSJSON.ArrayBuffer.slice.tutorial --> <!-- UTSJSON.ArrayBuffer.slice.tutorial -->
### toByteBuffer()
<!-- UTSJSON.ArrayBuffer.toByteBuffer.description -->
<!-- UTSJSON.ArrayBuffer.toByteBuffer.param -->
<!-- UTSJSON.ArrayBuffer.toByteBuffer.returnValue -->
<!-- UTSJSON.ArrayBuffer.toByteBuffer.test -->
<!-- UTSJSON.ArrayBuffer.toByteBuffer.compatibility -->
<!-- UTSJSON.ArrayBuffer.toByteBuffer.tutorial -->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册