Tex.Util.Tar (tex v0.2.3)

Link to this section Summary

Link to this section Functions

Link to this function

do_extract(file, opts)

Specs

do_extract(binary(), [
  :compressed
  | :cooked
  | :keep_old_files
  | :memory
  | :verbose
  | {:cwd, charlist()}
  | {:files, [[any()]]}
]) :: :ok | {:error, any()} | {:ok, [{[any()], binary()}]}
Link to this function

extract_tar_to_dir(tar_file, destination)

Specs

extract_tar_to_dir(binary(), binary()) :: {:error, any()} | {:ok, binary()}
Link to this function

extract_tar_to_memory(tar_file)

Specs

extract_tar_to_memory(binary()) :: :error | {:ok, [{[any()], binary()}]}