View Source locus_mmdb_data_codec (locus v2.3.2)
Link to this section Summary
Functions
Attempts to parse either the Value or RawValue (depending on the Raw flag) at Index in DataSection.
Link to this section Types
Specs
index() :: non_neg_integer().
Link to this section Functions
Specs
parse_on_index(Index, DataSection, Raw) -> {Value | RawValue, RemainingData}
when
Index :: index(),
DataSection :: binary(),
Raw :: boolean(),
Value :: locus_mmdb_data:value(),
RawValue :: locus_mmdb_data_raw:value(),
RemainingData :: binary().
Attempts to parse either the Value or RawValue (depending on the Raw flag) at Index in DataSection.