Poco

class Base64EncoderBuf

Library: Foundation
Package: Streams
Header: Poco/Base64Encoder.h

Description

This streambuf base64-encodes all data written to it and forwards it to a connected ostream.

Inheritance

Direct Base Classes: UnbufferedStreamBuf

All Base Classes: UnbufferedStreamBuf

Member Summary

Member Functions: close, getLineLength, setLineLength

Constructors

Base64EncoderBuf

Base64EncoderBuf(
    std::ostream & ostr
);

Destructor

~Base64EncoderBuf

~Base64EncoderBuf();

Member Functions

close

int close();

getLineLength

int getLineLength() const;

setLineLength

void setLineLength(
    int lineLength
);