This module exposes the generic file reader.
A class that reads OSM data from a file.
Close any open file handles. The reader is unusable afterwards.
Check if the end of file has been reached.
Return the header with file information, see osmium.io.Header.
File header with global information about the file.
Return the bounding box of the data in the file or an invalid box if the information is not available.
True if there may be more than one version of the same object in the file. This happens normally only in history files.