node-binary-reader icon indicating copy to clipboard operation
node-binary-reader copied to clipboard

Buffered binary reader with a fluent api.

Results 1 node-binary-reader issues
Sort by recently updated
recently updated
newest added
trafficstars

Allowing `.read(0)` enables simpler code in cases like the following (which I just ran in to): ``` js reader.read(0x2, function(byteCount, buffer) { // The next 2 bytes indicate the size...