[#BloombergLP-bslx-StreambufInStream] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::StreambufInStream :relfileprefix: ../../ :mrdocs: This class facilitates the unexternalization of values (and C‐style arrays of values) of the fundamental integral and floating‐point types in a data‐independent, platform‐neutral representation. It is currently a `typedef` for `bslx::GenericInStream<bsl::streambuf>`. == Synopsis Declared in `<bslx_streambufinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:BloombergLP/bslx/GenericInStream.adoc[GenericInStream<std::streambuf>] StreambufInStream; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#