Read time zone information and load the header summary.

Synopsis

Declared in <baltzo_zoneinfobinaryreader.h>

static
int
read(
    Zoneinfo* zoneinfoResult,
    ZoneinfoBinaryHeader* headerResult,
    std::istream& stream);

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

zoneinfoResult

receives the loaded time zone information

headerResult

receives a summary of the stream contents

stream

binary input stream providing Zoneinfo data

Created with MrDocs