bsoneach v0.4.1 BSONEach.Iterative

This module provides recursive reader that applies a callback function for each document in a BSON file.

Summary

Functions

This method allows to apply callback function to each document in a BSON file by iterating over document contents till :eol is reached

Functions

iterate(io, buf, func, index \\ 0)

This method allows to apply callback function to each document in a BSON file by iterating over document contents till :eol is reached.

See BSONEach.each/2 for more info.