Library: Foundation
Package: Streams
Header: Poco/Base64Encoder.h
This streambuf base64-encodes all data written to it and forwards it to a connected ostream.
Direct Base Classes: UnbufferedStreamBuf
All Base Classes: UnbufferedStreamBuf
Member Functions: close, getLineLength, setLineLength
Base64EncoderBuf(
std::ostream & ostr
);
~Base64EncoderBuf();
int close();
int getLineLength() const;
void setLineLength(
int lineLength
);