Use Buffer.copy() if available to write file contents to final CFB Buffer #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "buffer_copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.