22 module
com { module sun { module star { module io {
33 void writeBoolean( [in]
boolean Value )
38 void writeByte( [in] byte Value )
43 void writeChar( [in]
char Value )
48 void writeShort( [in]
short Value )
53 void writeLong( [in]
long Value )
58 void writeHyper( [in] hyper Value )
63 void writeFloat( [in]
float Value )
68 void writeDouble( [in]
double Value )
73 void writeUTF( [in]
string Value )
is thrown when an input or output error has occurred.
Definition: IOException.idl:26
makes it possible to write machine-independent simple data types to a stream.
Definition: XDataOutputStream.idl:28
Definition: Ambiguous.idl:20
This is the basic interface to write data to a stream.
Definition: XOutputStream.idl:29