-
co.cask.tigon.sql.io.GDATEncoder.writeDouble()
-
com.alibaba.dubbo.common.serialize.ObjectOutput.writeDouble()
-
com.envoisolutions.sxc.util.XoXMLStreamWriter.writeDouble()
-
com.envoisolutions.sxc.util.XoXMLStreamWriterImpl.writeDouble()
-
com.facebook.presto.hive.shaded.org.apache.thrift.protocol.TTupleProtocol.writeDouble()
-
com.facebook.presto.jdbc.internal.type.type.Type.writeDouble()
Writes the double value into the {@code BlockBuilder}.
-
com.facebook.presto.spi.type.Type.writeDouble()
Writes the double value into the {@code BlockBuilder}.
-
com.facebook.thrift.protocol.TProtocol.writeDouble()
-
com.google.protobuf.CodedOutputStream.writeDouble()
Write a {@code double} field, including tag, to the stream.
-
com.higherfrequencytrading.chronicle.Excerpt.writeDouble()
-
com.impossibl.postgres.api.jdbc.PGSQLOutput.writeDouble()
-
com.peterhi.obsolete.Stream.writeDouble()
-
com.stuffwithstuff.magpie.util.FileWriter.writeDouble()
-
htsjdk.tribble.util.LittleEndianOutputStream.writeDouble()
-
io.netty.buffer.ByteBuf.writeDouble()
Sets the specified 64-bit floating point number at the current {@code writerIndex} and increases the {@code writerIndex} by {@code 8}in this buffer.
@throws IndexOutOfBoundsException if {@code this.writableBytes} is less than {@code 8}
-
java.io.DataOutput.writeDouble()
Writes a double
value, which is comprised of eight bytes, to the output stream. It does this as if it first converts this double
value to a long
in exactly the manner of the Double.doubleToLongBits
method and then writes the long
value in exactly the manner of the writeLong
method. The bytes written by this method may be read by the readDouble
method of interface DataInput
, which will then return a double
equal to v
.
@param v the double
value to be written.
@throws IOException if an I/O error occurs.
-
java.io.DataOutputStream.writeDouble()
Writes a 64-bit double to this output stream. The resulting output is the 8 bytes resulting from calling Double.doubleToLongBits().
@param val the double to be written.
@throws IOException If an error occurs attempting to write to this DataOutputStream.
@see DataInput#readDouble()
-
java.io.ObjectOutput.writeDouble()
-
java.io.ObjectOutputStream.writeDouble()
Write primitive data of type double (value
)into the receiver's underlying stream.
@param value The primitive data to write
@throws IOException If an IO exception happened when writing the primitive data.
-
java.io.RandomAccessFile.writeDouble()
Writes a 64-bit double to this output stream. The resulting output is the 8 bytes resulting from calling Double.doubleToLongBits().
@param val the double to be written.
@throws IOException If an error occurs attempting to write to this DataOutputStream.
@see DataInput#readDouble()
-
javax.imageio.stream.ImageOutputStream.writeDouble()
Writes a
double
value, which is comprised of four bytes, to the output stream. It does this as if it first converts this
double
value to an
long
in exactly the manner of the
Double.doubleToLongBits
method and then writes the long value in exactly the manner of the
writeLong
method.
If the bit offset within the stream is non-zero, the remainder of the current byte is padded with 0s and written out first. The bit offset will be 0 after the write.
@param v a double
containing the value to bewritten.
@exception IOException if an I/O error occurs.
-
javax.jms.BytesMessage.writeDouble()
-
javax.jms.StreamMessage.writeDouble()
-
net.timewalker.ffmq3.common.message.BytesMessageImpl.writeDouble()
-
net.timewalker.ffmq3.common.message.StreamMessageImpl.writeDouble()
-
org.activemq.message.ActiveMQBytesMessage.writeDouble()
Converts the double
argument to a long
using the doubleToLongBits
method in class Double
, and then writes that long
value to the bytes message stream as an 8-byte quantity, high byte first.
@param value the double
value to be written
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
-
org.activemq.message.ActiveMQStreamMessage.writeDouble()
Writes a double
to the stream message.
@param value the double
value to be written
@throws JMSException if the JMS provider fails to write the messagedue to some internal error.
@throws MessageNotWriteableException if the message is in read-onlymode.
-
org.apache.activemq.command.ActiveMQBytesMessage.writeDouble()
Converts the double
argument to a long
using the doubleToLongBits
method in class Double
, and then writes that long
value to the bytes message stream as an 8-byte quantity, high byte first.
@param value the double
value to be written
@throws JMSException if the JMS provider fails to write the message dueto some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
-
org.apache.activemq.command.ActiveMQStreamMessage.writeDouble()
Writes a double
to the stream message.
@param value the double
value to be written
@throws JMSException if the JMS provider fails to write the message dueto some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
-
org.apache.avro.io.Encoder.writeDouble()
Write a double.
@throws AvroTypeException If this is a stateful writer and adouble is not expected
-
org.apache.blur.thirdparty.thrift_0_9_0.protocol.TTupleProtocol.writeDouble()
Write a double to the wire as 8 bytes.
-
org.apache.hadoop.fs.FSDataOutputStream.writeDouble()
-
org.apache.hadoop.hive.serde2.thrift.TCTLSeparatedProtocol.writeDouble()
-
org.apache.hadoop.typedbytes.TypedBytesOutput.writeDouble()
Writes a double as a typed bytes sequence.
@param d the double to be written
@throws IOException
-
org.apache.qpid.client.message.JMSBytesMessage.writeDouble()
-
org.apache.qpid.client.message.JMSStreamMessage.writeDouble()
-
org.apache.thrift.protocol.TProtocol.writeDouble()
-
org.apache.thrift.protocol.TTupleProtocol.writeDouble()
-
org.codehaus.activemq.message.ActiveMQBytesMessage.writeDouble()
Converts the double
argument to a long
using the doubleToLongBits
method in class Double
, and then writes that long
value to the bytes message stream as an 8-byte quantity, high byte first.
@param value the double
value to be written
@throws JMSException if the JMS provider fails to write the message due to some internal error.
@throws MessageNotWriteableException if the message is in read-only mode.
-
org.codehaus.activemq.message.ActiveMQStreamMessage.writeDouble()
Writes a double
to the stream message.
@param value the double
value to be written
@throws JMSException if the JMS provider fails to write the messagedue to some internal error.
@throws MessageNotWriteableException if the message is in read-onlymode.
-
org.elasticsearch.common.io.stream.BytesStreamOutput.writeDouble()
-
org.hornetq.api.core.HornetQBuffer.writeDouble()
Sets the specified double at the current {@code writerIndex}and increases the {@code writerIndex} by {@code 8} in this buffer.
@throws IndexOutOfBoundsException if {@code this.writableBytes} is less than {@code 8}
-
org.hornetq.jms.client.HornetQStreamMessage.writeDouble()
-
org.hornetq.jms.tests.message.SimpleJMSStreamMessage.writeDouble()
-
org.jboss.jms.message.JBossBytesMessage.writeDouble()
-
org.jboss.jms.message.JBossStreamMessage.writeDouble()
-
org.jboss.netty.buffer.ChannelBuffer.writeDouble()
Sets the specified 64-bit floating point number at the current {@code writerIndex} and increases the {@code writerIndex} by {@code 8}in this buffer.
@throws IndexOutOfBoundsException if {@code this.writableBytes} is less than {@code 8}
-
org.jboss.test.messaging.jms.message.SimpleJMSStreamMessage.writeDouble()
-
org.jgroups.util.ByteArrayDataOutputStream.writeDouble()
-
org.lilyproject.bytes.api.DataOutput.writeDouble()
Writes a double to the DataOutput
-
org.lilyproject.bytes.impl.DataOutputImpl.writeDouble()
-
org.msgpack.packer.BufferPacker.writeDouble()
-
org.msgpack.packer.Packer.writeDouble()
-
org.msgpack.packer.Unconverter.writeDouble()
-
parquet.column.values.plain.PlainValuesWriter.writeDouble()