API Reference term_stream v0.1.0

Modules

A Library for streaming Erlang terms into and out of binary streams. This is especially useful when storing large numbers of Erlang terms to file for later retrieval. When dealing with large files containing lots of Erlang terms, having to load the entire list into memory can be problematice. Using TermStream allows you to stream the terms one at a time out of the file.