View Source ExtFit.Chunk (ExtFit v0.1.0)
Chunk data struct with index for each record, its offset in the file and size.
Summary
Types
@type t() :: %ExtFit.Chunk{ index: non_neg_integer(), offset: non_neg_integer(), size: non_neg_integer() }
Chunk data struct with index for each record, its offset in the file and size.
@type t() :: %ExtFit.Chunk{ index: non_neg_integer(), offset: non_neg_integer(), size: non_neg_integer() }