22module
com { module sun { module star { module io {
is thrown when an input or output error has occurred.
Definition IOException.idl:27
makes it possible to write machine-independent simple data types to a stream.
Definition XDataOutputStream.idl:29
void writeLong([in] long Value)
writes a 32-bit big endian integer.
void writeUTF([in] string Value)
writes a string in UTF format.
void writeByte([in] byte Value)
writes an 8-bit byte.
void writeBoolean([in] boolean Value)
writes a boolean.
void writeFloat([in] float Value)
writes a 32-bit IEEE float.
void writeDouble([in] double Value)
writes a 64-bit IEEE double.
void writeShort([in] short Value)
writes a 16-bit big endian integer.
void writeChar([in] char Value)
writes a 16-bit character.
void writeHyper([in] hyper Value)
writes a 64-bit big endian integer.
This is the basic interface to write data to a stream.
Definition XOutputStream.idl:30
Definition Ambiguous.idl:20