node-block-stream

Stream of fixed-size blocks, with zero-padding when necessary
  https://github.com/isaacs/block-stream
  0
  no reviews



Node-block-stream is a Node.js module providing a stream-like object that reads or writes data as a stream of blocks. A typical use of node-block-stream is processing tar archives.

Node.js is an event-based server-side javascript engine.