BloombergLP::baltzo::ZoneinfoBinaryReader::read

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

NameDescription
zoneinfoResultreceives the loaded time zone information
headerResultreceives a summary of the stream contents
streambinary input stream providing Zoneinfo data