Module locus_mmdb_data_codec

References

Data Types

index()

index() = non_neg_integer()

Function Index

parse_on_index/3Attempts to parse either the Value or RawValue (depending on the Raw flag) at Index in DataSection.

Function Details

parse_on_index/3

parse_on_index(Index, DataSection, Raw) -> {Value | RawValue, RemainingData}

Attempts to parse either the Value or RawValue (depending on the Raw flag) at Index in DataSection.

Will crash upon invalid/unrecognized data, invalid pointers or cyclic pointer chasing (i.e. loops.)


Generated by EDoc