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.
Buffer 类扩展了 Uint8Array,增加了许多附加方法。使用 Buffer.from() 可以从 Uint8Array 创建一个 Buffer 实例。
完整的二进制数据操作文档请参阅 文档 > API > 二进制数据。