Language
The Free and Open Productivity Suite
:: 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.