20#ifndef INCLUDED_SVL_SOURCE_INC_STRINGIO_HXX
21#define INCLUDED_SVL_SOURCE_INC_STRINGIO_HXX
23#include <rtl/ustring.hxx>
OUString readByteString(SvStream &rStream)
Read in a Unicode string from a streamed byte string representation.
void writeByteString(SvStream &rStream, std::u16string_view rString)
Write a byte string representation of a Unicode string into a stream.