block-stream

0.0.9 • Public • Published

block-stream

A stream of blocks.

Write data into it, and it'll output data in buffer blocks the size you specify, padding with zeroes if necessary.

var block = new BlockStream(512)
fs.createReadStream("some-file").pipe(block)
block.pipe(fs.createWriteStream("block-file"))

When .end() or .flush() is called, it'll pad the block with zeroes.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.9
    1,330,375
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.9
    1,330,375
  • 0.0.8
    3,305
  • 0.0.7
    833
  • 0.0.6
    16
  • 0.0.5
    7
  • 0.0.4
    7
  • 0.0.3
    7

Package Sidebar

Install

npm i block-stream

Weekly Downloads

1,334,550

Version

0.0.9

License

ISC

Last publish

Collaborators

  • isaacs