-
com.alibaba.dubbo.common.serialize.ObjectInput.readShort()
-
com.ardor3d.util.LittleEndianRandomAccessDataInput.readShort()
-
com.bbn.openmap.io.BinaryBufferedFile.readShort()
Reads and returns a short.
@return the 2 bytes merged into a short, according to the current byteordering
@exception EOFException there were less than 2 bytes left in the file
@exception FormatException rethrow of IOExceptions encountered whilereading the bytes for the short
@see #read(byte[])
-
com.esotericsoftware.kryo.io.Input.readShort()
Reads a 2 byte short.
-
com.esotericsoftware.kryo.io.UnsafeInput.readShort()
Reads a 2 byte short.
-
com.esotericsoftware.kryo.io.UnsafeMemoryInput.readShort()
Reads a 2 byte short.
-
com.facebook.presto.jdbc.internal.airlift.slice.BasicSliceInput.readShort()
-
com.facebook.presto.jdbc.internal.netty.buffer.ChannelBuffer.readShort()
Gets a 16-bit short integer at the current {@code readerIndex}and increases the {@code readerIndex} by {@code 2} in this buffer.
@throws IndexOutOfBoundsException if {@code this.readableBytes} is less than {@code 2}
-
com.higherfrequencytrading.chronicle.Excerpt.readShort()
-
com.itextpdf.text.pdf.codec.wmf.InputMeta.readShort()
-
com.jme3.export.InputCapsule.readShort()
-
com.lightcrafts.utils.file.OrderableRandomAccessFile.readShort()
-
com.lowagie.text.pdf.codec.wmf.InputMeta.readShort()
-
com.mobixess.jodb.core.io.IRandomAccessDataBuffer.readShort()
-
com.orientechnologies.orient.core.storage.fs.OFile.readShort()
-
com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.readShort()
-
com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryClient.readShort()
-
com.peterhi.obsolete.Stream.readShort()
-
davaguine.jmac.tools.ByteArrayReader.readShort()
-
htsjdk.tribble.util.LittleEndianInputStream.readShort()
-
io.airlift.slice.BasicSliceInput.readShort()
-
io.netty.buffer.ByteBuf.readShort()
Gets a 16-bit short integer at the current {@code readerIndex}and increases the {@code readerIndex} by {@code 2} in this buffer.
@throws IndexOutOfBoundsException if {@code this.readableBytes} is less than {@code 2}
-
java.io.DataInputStream.readShort()
See the general contract of the
readShort
method of
DataInput
.
Bytes for this operation are read from the contained input stream.
@return the next two bytes of this input stream, interpreted as asigned 16-bit number.
@exception EOFException if this input stream reaches the end beforereading two 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.FilterInputStream#in
-
java.io.ObjectInput.readShort()
-
java.io.ObjectInputStream.readShort()
Reads and returns primitive data of type short from the receiver
@return a short saved as primitive data usingObjectOutputStream.writeShort()
@throws IOException If an IO exception happened when reading the primitive data.
-
java.io.RandomAccessFile.readShort()
Reads a 16-bit short
value from this stream.
@return short the next short
value from the source stream.
@throws IOException If a problem occurs reading from this DataInputStream.
@see DataOutput#writeShort(int)
-
javax.imageio.stream.ImageInputStream.readShort()
Reads two bytes from the stream, and (conceptually) concatenates them according to the current byte order, and returns the result as a
short
value.
The bit offset within the stream is reset to zero before the read occurs.
@return a signed short 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.ImageInputStreamImplTest.BasicImageInputStreamImpl.readShort()
-
javax.imageio.stream.MemoryCacheImageInputStream.readShort()
-
javax.jms.BytesMessage.readShort()
-
javax.jms.StreamMessage.readShort()
-
javax.sql.rowset.serial.SQLInputImpl.readShort()
Retrieves the next attribute in this
SQLInputImpl
object as a
short
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
-
krati.io.DataReader.readShort()
-
loci.common.RandomAccessInputStream.readShort()
-
net.timewalker.ffmq3.common.message.BytesMessageImpl.readShort()
-
net.timewalker.ffmq3.common.message.StreamMessageImpl.readShort()
-
org.activeio.PacketData.readShort()
-
org.activemq.message.ActiveMQBytesMessage.readShort()
Reads a signed 16-bit number from the bytes message stream.
@return the next two bytes from the bytes message stream, interpreted as a signed 16-bit number
@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.readShort()
Reads a 16-bit integer from the stream message.
@return a 16-bit integer 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.apache.activemq.command.ActiveMQBytesMessage.readShort()
Reads a signed 16-bit number from the bytes message stream.
@return the next two bytes from the bytes message stream, interpreted asa signed 16-bit number
@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.readShort()
Reads a 16-bit integer from the stream message.
@return a 16-bit integer 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.activemq.util.DataByteArrayInputStream.readShort()
-
org.apache.cassandra.utils.vint.EncodedDataInputStream.readShort()
-
org.apache.derby.iapi.services.io.ArrayInputStream.readShort()
-
org.apache.hadoop.fs.FSDataInputStream.readShort()
-
org.apache.lucene.store.ByteArrayDataInput.readShort()
-
org.apache.poi.poifs.filesystem.DocumentInputStream.readShort()
-
org.apache.poi.util.LittleEndianInput.readShort()
-
org.apache.qpid.client.message.JMSBytesMessage.readShort()
-
org.apache.qpid.client.message.JMSStreamMessage.readShort()
-
org.apache.qpid.proton.TestDecoder.readShort()
-
org.apache.xindice.xml.XMLCompressedInput.readShort()
-
org.codehaus.activemq.message.ActiveMQBytesMessage.readShort()
Reads a signed 16-bit number from the bytes message stream.
@return the next two bytes from the bytes message stream, interpreted as a signed 16-bit number
@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.readShort()
Reads a 16-bit integer from the stream message.
@return a 16-bit integer 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.readShort()
-
org.exist.storage.io.VariableByteInput.readShort()
Read a short value in variable byte encoding.
@throws IOException
-
org.fusesource.hawtbuf.DataByteArrayInputStream.readShort()
-
org.hornetq.jms.client.HornetQStreamMessage.readShort()
-
org.jboss.invocation.MarshalledValueInputStream.readShort()
-
org.jboss.netty.buffer.ChannelBuffer.readShort()
Gets a 16-bit short integer at the current {@code readerIndex}and increases the {@code readerIndex} by {@code 2} in this buffer.
@throws IndexOutOfBoundsException if {@code this.readableBytes} is less than {@code 2}
-
org.jboss.soa.esb.message.body.content.BytesBody.readShort()
-
org.jboss.util.stream.MarshalledValueInputStream.readShort()
-
org.jgroups.util.ByteArrayDataInputStream.readShort()
-
org.jnode.awt.font.truetype.TTFInput.readShort()
-
org.lilyproject.bytes.api.DataInput.readShort()
Reads a short from the DataInput
-
org.lilyproject.bytes.impl.DataInputImpl.readShort()
-
org.msgpack.unpacker.BufferUnpacker.readShort()
-
org.msgpack.unpacker.Converter.readShort()
-
org.msgpack.unpacker.Unpacker.readShort()
-
org.objectweb.asm.ClassReader.readShort()
Reads a signed short value in {@link #b b}. This method is intended for {@link Attribute} sub classes, and is normally not needed by classgenerators or adapters.
@param index the start index of the value to be read in {@link #b b}.
@return the read value.
-
org.voltdb.messaging.FastDeserializer.readShort()