new Buffer(size)


稳定性: 0 - 弃用: 改为使用 Buffer.alloc() (或 Buffer.allocUnsafe())。

  • size <integer> 新的 Buffer 所需的长度。

参见 Buffer.alloc()Buffer.allocUnsafe()。 构造函数的此变体等效于 Buffer.alloc()

Stability: 0 - Deprecated: Use Buffer.alloc() instead (also see Buffer.allocUnsafe()).

  • size <integer> The desired length of the new Buffer.

See Buffer.alloc() and Buffer.allocUnsafe(). This variant of the constructor is equivalent to Buffer.alloc().