[#BloombergLP-baltzo-ZoneinfoBinaryReader-readRaw-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::xref:BloombergLP/baltzo/ZoneinfoBinaryReader.adoc[ZoneinfoBinaryReader]::readRaw :relfileprefix: ../../../ :mrdocs: Read raw time zone information and load the header summary. == Synopsis Declared in `<baltzo_zoneinfobinaryreader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int readRaw( xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo]* zoneinfoResult, xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader]* headerResult, std::istream& stream); ---- == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *zoneinfoResult* | receives the loaded time zone information | *headerResult* | receives a summary of the stream contents | *stream* | binary input stream providing Zoneinfo data |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#