[#BloombergLP-bdlde-Utf8CheckingInStreamBufWrapper-showmanyc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8CheckingInStreamBufWrapper.adoc[Utf8CheckingInStreamBufWrapper]::showmanyc :relfileprefix: ../../../ :mrdocs: Return how many bytes can be read before underflow may return eof. == Synopsis Declared in `<bdlde_utf8checkinginstreambufwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::streamsize showmanyc() override; ---- == Description Return the number of bytes that are guaranteed that can be read before `underflow` returns `eof`. If the object is not in a valid state, ‐1 will be returned. Note that often, the actual number of bytes that can be read will be much greater than the value returned by this function. == Return Value number of bytes guaranteed readable before `underflow` may return `eof`, or ‐1 if this object is not in a valid state [.small]#Created with https://www.mrdocs.com[MrDocs]#