:: com :: sun :: star :: io ::
|
| interface XDataOutputStream |
- Base Interfaces
XDataOutputStream
┗ XOutputStream
| XOutputStream |
- (referenced interface's summary:)
- This is the basic interface to write data to a stream.
|
|
- Description
- makes it possible to write machine-independent simple data types to a
stream.
- See also
- XDataInputStream
|
| Methods' Summary |
| writeBoolean |
writes a boolean. It is an 8-bit value. 0 means FALSE; all other
values mean TRUE.
|
| writeByte |
writes an 8-bit byte.
|
| writeChar |
writes a 16-bit character.
|
| writeShort |
writes a 16-bit big endian integer.
|
| writeLong |
writes a 32-bit big endian integer.
|
| writeHyper |
writes a 64-bit big endian integer.
|
| writeFloat |
writes a 32-bit IEEE float.
|
| writeDouble |
writes a 64-bit IEEE double.
|
| writeUTF |
writes a string in UTF format.
|
| Methods' Details |
writeBoolean
| void |
| writeBoolean( |
[in] boolean |
Value ) |
| raises( |
IOException ); |
- Description
- writes a boolean. It is an 8-bit value. 0 means FALSE; all other
values mean TRUE.
|
|
writeByte
| void |
| writeByte( |
[in] byte |
Value ) |
| raises( |
IOException ); |
- Description
- writes an 8-bit byte.
|
|
writeChar
| void |
| writeChar( |
[in] char |
Value ) |
| raises( |
IOException ); |
- Description
- writes a 16-bit character.
|
|
writeShort
| void |
| writeShort( |
[in] short |
Value ) |
| raises( |
IOException ); |
- Description
- writes a 16-bit big endian integer.
|
|
writeLong
| void |
| writeLong( |
[in] long |
Value ) |
| raises( |
IOException ); |
- Description
- writes a 32-bit big endian integer.
|
|
writeHyper
| void |
| writeHyper( |
[in] hyper |
Value ) |
| raises( |
IOException ); |
- Description
- writes a 64-bit big endian integer.
|
|
writeFloat
| void |
| writeFloat( |
[in] float |
Value ) |
| raises( |
IOException ); |
- Description
- writes a 32-bit IEEE float.
|
|
writeDouble
| void |
| writeDouble( |
[in] double |
Value ) |
| raises( |
IOException ); |
- Description
- writes a 64-bit IEEE double.
|
|
writeUTF
| void |
| writeUTF( |
[in] string |
Value ) |
| raises( |
IOException ); |
- Description
- writes a string in UTF format.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.