couch_stream
Functions
code_change(OldVsn, State, Extra) -> term()
copy_to_new_stream(Fd, PosList, DestFd) -> term()
foldl(Fd, Rest, Fun, Acc) -> term()
foldl(Fd, PosList, Md5, Fun, Acc) -> term()
foldl_decode(Fd, PosList, Md5, Enc, Fun, Acc) -> term()
handle_call(X1, From, Stream) -> term()
handle_cast(Msg, State) -> term()
handle_info(Info, State) -> term()
old_copy_to_new_stream(Fd, Pos, Len, DestFd) -> term()
old_foldl(Fd, OldPointer, Len, Fun, Acc) -> term()
old_read_term(Fd, Sp) -> term()
open(Fd, Encoding, Options) -> term()
range_foldl(Fd, PosList, From, To, Fun, Acc) -> term()
terminate(Reason, Stream) -> term()
write(Pid, Bin) -> term()