File SystemBinary DataConvert a Buffer to an ArrayBufferThe Node.js Buffer class views and manipulates data in an underlying ArrayBuffer . The buffer property returns that ArrayBuffer .Copy MarkdownOpenConvert a Buffer to a stringThe Buffer class provides a .toString() method that converts a Buffer to a string.Convert a Buffer to a blobA Blob can be constructed from an array of "chunks", where each chunk is a string, binary data structure (including Buffer ), or another Blob .