LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_io_XDataOutputStream_idl__
20 #define __com_sun_star_io_XDataOutputStream_idl__
28 module
com { module sun { module star { module io {
void writeUTF([in] string Value)
writes a string in UTF format.
void writeLong([in] long Value)
writes a 32-bit big endian integer.
void writeHyper([in] hyper Value)
writes a 64-bit big endian integer.
void writeByte([in] byte Value)
writes an 8-bit byte.
void writeFloat([in] float Value)
writes a 32-bit IEEE float.
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
void writeChar([in] char Value)
writes a 16-bit character.
makes it possible to write machine-independent simple data types to a stream.
Definition: XDataOutputStream.idl:35
void writeDouble([in] double Value)
writes a 64-bit IEEE double.
void writeBoolean([in] boolean Value)
writes a boolean.
void writeShort([in] short Value)
writes a 16-bit big endian integer.
Definition: Ambiguous.idl:22
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:38