Image binary processing class

图片二进制处理类

构造函数

属性

data: any = {}

Storage data pool

存储数据池

isSavaData: boolean = false

Whether to save the used data

是否保存使用的数据

访问器

方法

  • 参数

    • url: string

      The base URL string.

    • arrayBuffer: ArrayBuffer

      The ArrayBuffer to convert.

    返回 any

    A new URL string representing the binary data.

    Gets a URL object from an ArrayBuffer.

    从 ArrayBuffer 获取 URL 对象。

  • 参数

    • url: string

      The URL to destroy the binary data for.

    返回 void

    Destroys the binary memory data associated with a specified URL.

    销毁与指定 URL 相关联的二进制内存数据。