:: com :: sun :: star :: io ::
|
interface XDataInputStream |
- Base Interfaces
XDataInputStream
┗ XInputStream
XInputStream |
- (referenced interface's summary:)
- This is the basic interface to read data from a stream.
|
|
- Description
- makes it possible to read machine-independent simple data types from a
stream.
- See also
- XDataOutputStream
|
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 |
readBoolean
- Description
- reads in a boolean. It is an 8-bit value. 0 means FALSE; all
other values mean TRUE.
|
|
readByte
- Description
- reads an 8-bit byte.
|
|
readChar
- Description
- reads a 16-bit unicode character.
|
|
readShort
- Description
- reads a 16-bit big endian integer.
|
|
readLong
- Description
- reads a 32-bit big endian integer.
|
|
readHyper
- Description
- reads a 64-bit big endian integer.
|
|
readFloat
- Description
- reads a 32-bit IEEE float.
|
|
readDouble
- Description
- reads a 64-bit IEEE double.
|
|
readUTF
- Description
- reads a string of UTF encoded characters.
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.