32#ifndef _QORE_ENCODINGCONVERSIONOUTPUTSTREAM_H
33#define _QORE_ENCODINGCONVERSIONOUTPUTSTREAM_H
35#include "qore/intern/TransformOutputStream.h"
36#include "qore/intern/EncodingConvertor.h"
46 : TransformOutputStream(os,
new EncodingConvertor(srcEncoding, dstEncoding, xsink)) {
50 return "EncodingConversionOutputStream";
Private data for the Qore::EncodingConversionOutputStream class.
Definition: EncodingConversionOutputStream.h:41
DLLLOCAL const char * getName() override
Returns the name of the class.
Definition: EncodingConversionOutputStream.h:49
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:50
Interface for private data of output streams.
Definition: OutputStream.h:44
defines string encoding functions in Qore
Definition: QoreEncoding.h:83