couch_stream

Functions


close(Pid) -> term()

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()

init(X1) -> 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) -> term()

open(Fd, Encoding, Options) -> term()

range_foldl(Fd, PosList, From, To, Fun, Acc) -> term()

terminate(Reason, Stream) -> term()

write(Pid, Bin) -> term()

View Functions