:: com :: sun :: star :: io ::
|
interface XTextOutputStream |
- Base Interfaces
XTextOutputStream
┗ XOutputStream
XOutputStream |
- (referenced interface's summary:)
- This is the basic interface to write data to a stream.
|
|
- Description
- Interface to write strings to a stream using a special
character encoding.
This interfaces allows to write strings to a stream.
The character encoding to be used can be set by
setEncoding(). Default encoding is "utf8".
|
Methods' Details |
writeString
|
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 © 2010 Sun Microsystems, Inc.