1.0.1 • Published 12 years ago

buffered-reader v1.0.1

Weekly downloads
167
License
-
Repository
github
Last release
12 years ago

Node BufferedReader

Fully configurable buffered reader for node.js

Availability | Compatibility | Documentation

Version: 0.2.4

When you need to read a file you typically read a chunk of bytes called "buffer" to avoid multiple calls to the underlying I/O layer, so instead of reading directly from the disk, you read from the previous filled buffer. Doing this you win performance.

This library allows you to read files using internal buffers, so you don't have to worry about them. In addition, you can read a text file line by line.

Availability

Via npm:

npm install buffered-reader

Or simply copying build/buffered-reader.js into your project's directory and require() accordingly.


Compatibility

✔ Node *


Documentation

Reference
Examples
Change log
MIT License

1.0.1

12 years ago

1.0.0

12 years ago

0.2.7

12 years ago

0.2.6

12 years ago

0.2.5

12 years ago

0.2.4

12 years ago

0.2.3

12 years ago

0.2.2

12 years ago

0.2.1

12 years ago

0.2.0

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago