-
com.alibaba.dubbo.common.serialize.ObjectInput.readFloat()
-
com.ardor3d.util.LittleEndianRandomAccessDataInput.readFloat()
-
com.badlogic.gdx.utils.DataInput.readFloat()
-
com.esotericsoftware.kryo.io.Input.readFloat()
Reads a 4 byte float.
-
com.esotericsoftware.kryo.io.UnsafeInput.readFloat()
Reads a 4 byte float.
-
com.esotericsoftware.kryo.io.UnsafeMemoryInput.readFloat()
Reads a 4 byte float.
-
com.eviware.soapui.support.xml.XmlObjectConfigurationReader.readFloat()
-
com.firefly.utils.json.JsonReader.readFloat()
-
com.firefly.utils.json.io.JsonStringReader.readFloat()
-
com.google.protobuf.CodedInputStream.readFloat()
Read a {@code float} field value from the stream.
-
com.higherfrequencytrading.chronicle.Excerpt.readFloat()
-
com.jme.util.export.InputCapsule.readFloat()
-
com.jme3.export.InputCapsule.readFloat()
-
com.jme3.scene.plugins.blender.file.BlenderInputStream.readFloat()
This method reads 4-byte floating point number (float) from the stream.
@return a number from the stream (4 bytes read)
-
com.peterhi.obsolete.Stream.readFloat()
-
de.hpi.eworld.visualizer.simulation.traci.common.TraciInputStream.readFloat()
-
es.upv.simulator.Tokenizer.readFloat()
-
htsjdk.tribble.util.LittleEndianInputStream.readFloat()
-
io.netty.buffer.ByteBuf.readFloat()
Gets a 32-bit floating point number at the current {@code readerIndex}and increases the {@code readerIndex} by {@code 4} in this buffer.
@throws IndexOutOfBoundsException if {@code this.readableBytes} is less than {@code 4}
-
java.io.DataInput.readFloat()
Reads a 32-bit float
value from this stream.
@return the next float
value from the source stream.
@throws IOException If a problem occurs reading from this stream.
@see DataOutput#writeFloat(float)
-
java.io.DataInputStream.readFloat()
See the general contract of the
readFloat
method of
DataInput
.
Bytes for this operation are read from the contained input stream.
@return the next four bytes of this input stream, interpreted as afloat
.
@exception EOFException if this input stream reaches the end beforereading four 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#readInt()
@see java.lang.Float#intBitsToFloat(int)
-
java.io.ObjectInput.readFloat()
-
java.io.ObjectInputStream.readFloat()
Reads and returns primitive data of type float read from the receiver
@return A float saved as primitive data usingObjectOutputStream.writeFloat()
@throws IOException If an IO exception happened when reading the primitive data.
-
java.io.RandomAccessFile.readFloat()
Reads a 32-bit float
value from this stream.
@return float the next float
value from the source stream.
@throws IOException If a problem occurs reading from this DataInputStream.
@see DataOutput#writeFloat(float)
-
javax.imageio.stream.ImageInputStream.readFloat()
Reads 4 bytes from the stream, and (conceptually) concatenates them according to the current byte order and returns the result as a
float
.
The bit offset within the stream is reset to zero before the read occurs.
@return a float 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
-
javax.imageio.stream.MemoryCacheImageInputStream.readFloat()
-
javax.jms.BytesMessage.readFloat()
-
javax.jms.StreamMessage.readFloat()
-
javax.sql.rowset.serial.SQLInputImpl.readFloat()
Retrieves the next attribute in this
SQLInputImpl
object as a
float
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
-
net.timewalker.ffmq3.common.message.BytesMessageImpl.readFloat()
-
net.timewalker.ffmq3.common.message.StreamMessageImpl.readFloat()
-
org.activemq.message.ActiveMQBytesMessage.readFloat()
Reads a float
from the bytes message stream.
@return the next four bytes from the bytes message stream, interpreted as a float
@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.
-
org.activemq.message.ActiveMQStreamMessage.readFloat()
Reads a float
from the stream message.
@return a float
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.
-
org.agilewiki.jid.ReadableBytes.readFloat()
Read a float.
@return The float that was read.
-
org.apache.activemq.command.ActiveMQBytesMessage.readFloat()
Reads a float
from the bytes message stream.
@return the next four bytes from the bytes message stream, interpreted asa float
@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.
-
org.apache.activemq.command.ActiveMQStreamMessage.readFloat()
Reads a float
from the stream message.
@return a float
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.
-
org.apache.avro.io.Decoder.readFloat()
Reads a float written by {@link Encoder#writeFloat}.
@throws AvroTypeException If this is a stateful reader andis not the type of the next value to be read
-
org.apache.hadoop.fs.FSDataInputStream.readFloat()
-
org.apache.qpid.client.message.JMSBytesMessage.readFloat()
-
org.apache.qpid.client.message.JMSStreamMessage.readFloat()
-
org.apache.qpid.proton.TestDecoder.readFloat()
-
org.codehaus.activemq.message.ActiveMQBytesMessage.readFloat()
Reads a float
from the bytes message stream.
@return the next four bytes from the bytes message stream, interpreted as a float
@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.
-
org.codehaus.activemq.message.ActiveMQStreamMessage.readFloat()
Reads a float
from the stream message.
@return a float
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.
-
org.elasticsearch.common.io.stream.BytesStreamInput.readFloat()
-
org.hornetq.core.client.impl.LargeMessageBufferImpl.readFloat()
-
org.hornetq.core.client.impl.LargeMessageControllerImpl.readFloat()
-
org.hornetq.jms.client.HornetQStreamMessage.readFloat()
-
org.jboss.netty.buffer.ChannelBuffer.readFloat()
Gets a 32-bit floating point number at the current {@code readerIndex}and increases the {@code readerIndex} by {@code 4} in this buffer.
@throws IndexOutOfBoundsException if {@code this.readableBytes} is less than {@code 4}
-
org.jgroups.util.ByteArrayDataInputStream.readFloat()
-
org.lilyproject.bytes.api.DataInput.readFloat()
Reads a float from the DataInput
-
org.lilyproject.bytes.impl.DataInputImpl.readFloat()
-
org.msgpack.unpacker.BufferUnpacker.readFloat()
-
org.msgpack.unpacker.Converter.readFloat()
-
org.msgpack.unpacker.Unpacker.readFloat()
-
parquet.column.values.plain.PlainValuesReader.FloatPlainValuesReader.readFloat()
-
ucar.unidata.io.RandomAccessFile.readFloat()
Reads a
float
from this file. This method reads an
int
value as if by the
readInt
method and then converts that
int
to a
float
using the
intBitsToFloat
method in class
Float
.
This method blocks until the four bytes are read, the end of the stream is detected, or an exception is thrown.
@return the next four bytes of this file, interpreted as a
float
.
@throws EOFException if this file reaches the end before readingfour bytes.
@throws IOException if an I/O error occurs.
@see java.io.RandomAccessFile#readInt()
@see java.lang.Float#intBitsToFloat(int)