32 #ifndef _QORE_ENCODINGCONVERSIONINPUTSTREAM_H 33 #define _QORE_ENCODINGCONVERSIONINPUTSTREAM_H 35 #include "qore/intern/TransformInputStream.h" 36 #include "qore/intern/EncodingConvertor.h" 46 : TransformInputStream(is,
new EncodingConvertor(srcEncoding, dstEncoding, xsink)) {
50 return "EncodingConversionInputStream";
54 #endif // _QORE_ENCODINGCONVERSIONINPUTSTREAM_H defines string encoding functions in Qore
Definition: QoreEncoding.h:83
container for holding Qore-language exception information and also for registering a "thread_exit" ca...
Definition: ExceptionSink.h:46