double
value from this stream.
@return the next double
value from the source stream.
@throws IOException If a problem occurs reading from this stream.
@see DataOutput#writeDouble(double)
readDouble
method of DataInput
. Bytes for this operation are read from the contained input stream.
@return the next eight bytes of this input stream, interpreted as adouble
.
@exception EOFException if this input stream reaches the end beforereading eight bytes.
@exception IOException the stream has been closed and the containedinput stream does not support reading after close, or another I/O error occurs.
@see java.io.DataInputStream#readLong()
@see java.lang.Double#longBitsToDouble(long)
ObjectOutputStream.writeDouble()
@throws IOException If an IO exception happened when reading the primitive data.
double
value from this stream.
@return double the next double
value from the sourcestream.
@throws IOException If a problem occurs reading from this DataInputStream.
@see DataOutput#writeDouble(double)
double
. The bit offset within the stream is reset to zero before the read occurs. @return a double value from the stream. @exception java.io.EOFException if the stream reaches the end beforereading all the bytes. @exception IOException if an I/O error occurs. @see #getByteOrder
SQLInputImpl
object as a double
in the Java programming language. This method does not perform type-safe checking to determine if the returned type is the expected type; this responsibility is delegated to the UDT mapping as defined by a SQLData
implementation.
@return the next attribute in this SQLInputImpl
object;if the value is SQL NULL
, return null
@throws SQLException if the read position is located at an invalidposition or if there are no more values in the stream
double
from the bytes message stream.
@return the next eight bytes from the bytes message stream, interpreted as a double
@throws JMSException if the JMS provider fails to read the message due to some internal error.
@throws MessageEOFException if unexpected end of bytes stream has been reached.
@throws MessageNotReadableException if the message is in write-only mode.
double
from the stream message.
@return a double
value from the stream message
@throws JMSException if the JMS provider fails to read the messagedue to some internal error.
@throws MessageEOFException if unexpected end of message stream hasbeen reached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-onlymode.
double
from the bytes message stream.
@return the next eight bytes from the bytes message stream, interpretedas a double
@throws JMSException if the JMS provider fails to read the message due tosome internal error.
@throws MessageEOFException if unexpected end of bytes stream has beenreached.
@throws MessageNotReadableException if the message is in write-only mode.
double
from the stream message.
@return a double
value from the stream message
@throws JMSException if the JMS provider fails to read the message due tosome internal error.
@throws MessageEOFException if unexpected end of message stream has beenreached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-only mode.
double
from the bytes message stream.
@return the next eight bytes from the bytes message stream, interpreted as a double
@throws JMSException if the JMS provider fails to read the message due to some internal error.
@throws MessageEOFException if unexpected end of bytes stream has been reached.
@throws MessageNotReadableException if the message is in write-only mode.
double
from the stream message.
@return a double
value from the stream message
@throws JMSException if the JMS provider fails to read the messagedue to some internal error.
@throws MessageEOFException if unexpected end of message stream hasbeen reached.
@throws MessageFormatException if this type conversion is invalid.
@throws MessageNotReadableException if the message is in write-onlymode.
DataInput
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|