ex_hl7 v0.3.0 HL7.LogReader

Summary

Types

callback :: (binary, pos_integer, state :: any -> read_ret)
read_ret ::
  {:ok, state :: any} |
  {:error, reason :: any}

Functions

read(filename, callback, state)

Specs

read(Path.t, callback, state :: any) ::
  :ok |
  {:error, reason :: any}
stats(filename)

Specs

stats(Path.t) :: {:ok, {msg_count :: non_neg_integer, err_count :: non_neg_integer}}
unescape(text)
valid?(filename)

Specs

valid?(Path.t) :: boolean