dignifiedquire / pull-length-prefixed

Streaming length prefixed buffers with pull-streams
MIT License
8 stars 18 forks source link

refactor: Drop 'bytes' arg from fixed because readInt32BE reads exactly 4 bytes, always #12

Closed mkg20001 closed 6 years ago

mkg20001 commented 6 years ago

You can verify this by taking a look at https://github.com/nodejs/node/blob/1d2fd8b65bacaf4401450edc8ed529106cbcfc67/lib/internal/buffer.js#L360-L371