interface XDataOutputStream in module com::sun::star::io:: |
interface XDataOutputStream : com::sun::star::io::XOutputStream ;
makes it possible to write machine-independent simple data types to a stream.
Method 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. |
Method Details |
||||||||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.