Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
Known Services which Export this Interface |
|
com::sun::star::io::DataInputStream | reads structured data from a chained XInputStream . |
com::sun::star::io::DataInputStream | reads structured data from a chained XInputStream . |
Methods' Summary |
|
readBoolean | reads in a boolean. It is an 8-bit value. 0 means FALSE; all other values mean TRUE. |
readByte | reads an 8-bit byte. |
readChar | reads a 16-bit unicode character. |
readShort | reads a 16-bit big endian integer. |
readLong | reads a 32-bit big endian integer. |
readHyper | reads a 64-bit big endian integer. |
readFloat | reads a 32-bit IEEE float. |
readDouble | reads a 64-bit IEEE double. |
readUTF | reads a string of UTF encoded characters. |
Methods' Details |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.