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,288,720
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.9
    1,288,720
  • 0.0.8
    3,373
  • 0.0.7
    864
  • 0.0.6
    7
  • 0.0.5
    5
  • 0.0.4
    5
  • 0.0.3
    5

Package Sidebar

Install

npm i block-stream

Weekly Downloads

1,292,979

Version

0.0.9

License

ISC

Last publish

Collaborators

  • isaacs