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