Closed rossj closed 3 years ago
This addresses #2 by using Buffer.copy() for placing file contents within output Buffer, when available. Tested and working in Node 0.10 and 0.12 where new Buffer() does not zero fill.
Buffer.copy()
new Buffer()
This addresses #2 by using
Buffer.copy()
for placing file contents within output Buffer, when available. Tested and working in Node 0.10 and 0.12 wherenew Buffer()
does not zero fill.