LibreOffice Module svl (master) 1
|
#include <rtl/ustring.hxx>
Go to the source code of this file.
Functions | |
OUString | readByteString (SvStream &rStream) |
Read in a Unicode string from a streamed byte string representation. More... | |
void | writeByteString (SvStream &rStream, std::u16string_view rString) |
Write a byte string representation of a Unicode string into a stream. More... | |
OUString readByteString | ( | SvStream & | rStream | ) |
Read in a Unicode string from a streamed byte string representation.
rStream | Some (input) stream. Its Stream/TargetCharSets must be set to correct values! |
Definition at line 24 of file stringio.cxx.
References SvStream::GetStreamCharSet(), and SvStream::ReadUniOrByteString().
Referenced by SvxMacroTableDtor::Read().
void writeByteString | ( | SvStream & | rStream, |
std::u16string_view | rString | ||
) |
Write a byte string representation of a Unicode string into a stream.
rStream | Some (output) stream. Its Stream/TargetCharSets must be set to correct values! |
rString | Some Unicode string. |
Definition at line 29 of file stringio.cxx.
References SvStream::GetStreamCharSet(), and SvStream::WriteUniOrByteString().
Referenced by SvxMacroTableDtor::Write().