Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
Known Services which Export this Interface |
|
com::sun::star::io::DataOutputStream | writes structured data to a chained XOutputStream . |
com::sun::star::io::DataOutputStream | writes structured data to a chained XOutputStream . |
Methods' 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. |
Methods' Details |
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.