Methods' Summary |
writeString |
writes a string to the stream using the encoding
defined by setEncoding().
|
setEncoding |
sets character encoding.
|
Methods' Details |
writeString
void |
writeString( |
[in] string |
aString ) |
raises( |
IOException ); |
- Description
- writes a string to the stream using the encoding
defined by setEncoding().
Line breaks or delimiters that may be necessary
to support XTextInputStream::readLine()
and XTextInputStream::readString()
have to be added manually to the parameter string.
- See also
- setEncoding, XTextInputStream::readLine, XTextInputStream::readString
|
|
setEncoding
void |
setEncoding( |
[in] string |
Encoding ); |
- Description
- sets character encoding.
- Parameter Encoding
- sets the character encoding that should be used.
The character encoding names refer to the document
http://www.iana.org/assignments/character-sets.
Which character sets are supported depends on
the implementation.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.