elib1_fast_read
Functions
close_abs(Stream) -> term()
Close a stream.
foldl(File, Fun, Acc0) -> term()
Fold a fun over a file of terms. The terms are stored in binary term format. Fun is of the form F(Term, Pos, Acc) -> NewAcc Terms are read one at a time from the file. Pos is an integer index into the file this can be used later as an argument to read_abs
open_abs(File) -> term()
Create a stream from a file.
read_abs(Stream, Pos) -> term()
Read a term given the absolute position from a stream.