Xbase.Types.DbtFile (Xbase v0.1.0)
View SourceDBT file structure containing header information and file handle.
Represents an opened DBT memo file with parsed header and file descriptor for reading memo content blocks.
Summary
Types
@type t() :: %Xbase.Types.DbtFile{ file: :file.io_device(), file_path: String.t(), header: Xbase.Types.DbtHeader.t() }