问题标签 [uint8array]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
http - Flutter consolidateHttpClientResponseBytes not defined 错误?
我正在尝试解析一个 url 图像,以便将其转换为 Uint8 字节并在我的共享提供程序中共享。当试图将我的 http 响应合并为字节时The method 'consolidateHttpClientResponseBytes' isn't defined
,我的班级出现以下错误。这是我正在尝试使用的代码.....请帮助!
swift - 快速将 Int 转换为 UInt8 数组
我想快速转换 UInt8 列表中的标准整数。
2019 可以(例如)用十六进制 7E3 编写,所以我想要某种可以转换为 UInt8 列表的函数,如下所示。
我已经找到了这个:将整数转换为 UInt8 单位的数组,但他/她正在转换数字的 ascii 符号而不是数字本身。所以他的例子 94887253 应该给出一个类似 [0x05, 0xA7, 0xDD, 0x55] 的列表。
在最好的情况下,我正在寻找的函数具有某种用法,因此我还可以选择结果数组的最小长度,例如
或者
javascript - 如何将 png 文件转换为 Uint8Array?
我使用来自 html 代码的输入从 deckstop 获取图像。然后我希望将照片传递给一个 javascript 函数以转换为 Uint8Array。我该怎么做?
我只通过以下方式实现了收购
javascript - 如何在数组缓冲区中存储 32 位整数?
好像没看懂Uint32Array
。根据我所读到的内容,Uint8Array
我可以在数组(Uint8Array([16])
或Uint8Array([96,56])
)中输入一个数字,结果就是这样。但是,当我对更大的数字(如 )尝试相同的操作时Uint32Array([21640])
,它似乎会截断它。21640 应该等于十六进制的 5488,我只得到 88。这实际上是如何工作的?
编辑:阐述
我也试图将几个 ArrayBuffers 连接在一起。如果我没记错readAsArrayBuffer
的话,我会尝试使用https://gist.github.com/72lions/4528834Uint8Array
附加一些 32 位数字
有如此多的信息和示例,Uint8Array
而几乎没有什么Uint32Array
让我认为这 32 个中的一个会存储一个值,就好像它是 8 个中的 4 个一样。
c# - How can I serialize an object but have a given property remain serialized to a byte array?
I have the following ASP.NET Core Controller:
Hitting that API endpoint (using GET https://localhost:5001/api/ProjectMayhem
) returns the following JSON:
However, I would like the Member.Code
property to be serialized to a JavaScript Uint8Array
.
I could convert the Base64 encoded JSON property back to a Uint8Array
using something like:
, but I want to avoid doing it on the front-end.
javascript - 如何在 JavaScript Uint8Array 中存储字符代码?
在toCharArr函数中,参数arr是一个“字符数组”{ 示例:arr = ['H','e','l','l','o']
}
在上面的代码中res数组最好包含字符['H','e','l','l','o']或这些字符的代码,但它只包含 5 个zeros。这个问题让我感到莫名其妙,因为它看起来很简单,但又很复杂。
我在这里做错了什么?我应该得到字符代码吗?
任何帮助都会很棒。
node.js - 在 WebAssembly 实例中将嵌入文件读取为 Uint8Array
我在 WebAssembly wasm 文件中嵌入了一个二进制文件。
考虑这个来源:
embed.ts(使用 AssemblyScript 构建为 embed.wasm):
工人.js:
我怎样才能读出这个字节数组来重建嵌入的文件?我需要重新创建 Uint8Array,以便在 worker.js 中保存文件或将其流式传输到某处。
r - R中的Matlab函数uint8
我如何生成一个具有相似特征的uint8
对象R
,我可以从uint8
函数中获得Matlab
?我试过这个github 链接,但结果不同。例如 :