Skip to main content

Documentation Index

Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt

Use this file to discover all available pages before exploring further.

Node.js 的 Buffer 类是 Uint8Array 的扩展,因此不需要转换。Uint8Array 上的所有属性和方法都可用于 Buffer
const buf = Buffer.alloc(64);
buf instanceof Uint8Array; // => true

完整的二进制数据操作文档,请参见 文档 > API > 二进制数据