aboutsummaryrefslogtreecommitdiffstats
path: root/src/stringContentHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stringContentHandler.cpp')
-rw-r--r--src/stringContentHandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stringContentHandler.cpp b/src/stringContentHandler.cpp
index 812d8550..1d4ccc5c 100644
--- a/src/stringContentHandler.cpp
+++ b/src/stringContentHandler.cpp
@@ -165,6 +165,12 @@ void stringContentHandler::extract(utility::outputStream& os) const
}
+void stringContentHandler::extractRaw(utility::outputStream& os) const
+{
+ m_string.extract(os);
+}
+
+
const string::size_type stringContentHandler::getLength() const
{
return (m_string.length());