BloombergLP::baltzo::ZoneinfoBinaryReader::read

read overloads

Synopses

Declared in <baltzo_zoneinfobinaryreader.h>

Read well-formed time zone information from a binary stream.

static
int
read(
    Zoneinfo* zoneinfoResult,
    std::istream& stream);
» more...

Read time zone information and load the header summary.

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

Return Value

0 on success, and a non-zero value otherwise

Parameters

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