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 {
39 void writeBoolean( [in]
boolean Value )
44 void writeByte( [in]
byte Value )
49 void writeChar( [in]
char Value )
54 void writeShort( [in]
short Value )
59 void writeLong( [in]
long Value )
64 void writeHyper( [in] hyper Value )
69 void writeFloat( [in]
float Value )
74 void writeDouble( [in]
double Value )
79 void writeUTF( [in]
string Value )
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
makes it possible to write machine-independent simple data types to a stream.
Definition: XDataOutputStream.idl:34
Definition: Ambiguous.idl:22
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:37