DBF.Memo (dbf_ex v0.1.0)

Summary

Types

@type t() :: %DBF.Memo{
  block_size: integer(),
  device: File.stream(),
  version: integer()
}

Functions

Link to this function

get_block(arg1, block_number)

@spec get_block(t(), any()) :: binary() | {:error, atom()}
Link to this function

open(path, version)

@spec open(binary(), integer()) :: t() | {:error, DBF.DatabaseError.t()}