Library: Foundation
Package: Streams
Header: Poco/Base32Decoder.h
This streambuf base32-decodes all data read from the istream connected to it.
Note: For performance reasons, the characters are read directly from the given istream's underlying streambuf, so the state of the istream will not reflect that of its streambuf.
Direct Base Classes: UnbufferedStreamBuf
All Base Classes: UnbufferedStreamBuf
Base32DecoderBuf(
std::istream & istr
);
~Base32DecoderBuf();