ExEbook v0.1.0 ExEbook.Zip View Source

Module for handling zip content

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

list_files(zip_pid, path \\ "/")

View Source

Specs

list_files(pid(), path()) :: [path()]
Link to this function

open_file_in_memory(path)

View Source

Specs

open_file_in_memory(path()) :: {:ok, pid()}
Link to this function

read_in_memory_file(zip_pid, path)

View Source

Specs

read_in_memory_file(pid(), path()) :: {:ok, String.t()}