-
br.org.scadabr.dnp34j.master.common.utils.Buffer.readBytes()
Pop some bytes of current window.
@return these bytes
-
ch.ethz.inf.vs.scandium.util.DatagramReader.readBytes()
Reads a sequence of bytes from the stream
@param count The number of bytes to read
@return The sequence of bytes read from the stream
-
ch.ethz.ssh2.packets.TypesReader.readBytes()
-
com.alibaba.dubbo.common.serialize.ObjectInput.readBytes()
-
com.alibaba.dubbo.remoting.buffer.ChannelBuffer.readBytes()
Transfers this buffer's data to the specified destination starting at the current {@code readerIndex} and increases the {@code readerIndex} by thenumber of the transferred bytes (= {@code dst.length}).
@throws IndexOutOfBoundsException if {@code dst.length} is greater than{@code this.readableBytes}
-
com.esotericsoftware.kryo.io.Input.readBytes()
Reads the specified number of bytes into a new byte[].
-
com.esotericsoftware.kryo.io.UnsafeInput.readBytes()
-
com.esotericsoftware.kryo.io.UnsafeMemoryInput.readBytes()
-
com.facebook.presto.jdbc.internal.airlift.slice.BasicSliceInput.readBytes()
-
com.facebook.presto.jdbc.internal.netty.buffer.ChannelBuffer.readBytes()
Transfers this buffer's data to a newly created buffer starting at the current {@code readerIndex} and increases the {@code readerIndex}by the number of the transferred bytes (= {@code length}). The returned buffer's {@code readerIndex} and {@code writerIndex} are{@code 0} and {@code length} respectively.
@param length the number of bytes to transfer
@return the newly created buffer which contains the transferred bytes
@throws IndexOutOfBoundsException if {@code length} is greater than {@code this.readableBytes}
-
com.google.code.or.io.XInputStream.readBytes()
-
com.google.code.or.io.impl.XInputStreamImpl.readBytes()
-
com.google.code.or.io.util.XDeserializer.readBytes()
-
com.google.protobuf.CodedInputStream.readBytes()
Read a {@code bytes} field value from the stream.
-
com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryAsynchClient.readBytes()
-
com.orientechnologies.orient.enterprise.channel.binary.OChannelBinaryClient.readBytes()
-
com.sun.faban.harness.agent.FileService.readBytes()
This method is responsible for writing to a file.
@param count no. of bytes to read
@return The byte buffer read, null if end-of-file
@throws RemoteException A communications error occurred
@throws FileServiceException Error opening the file
-
com.sun.midp.io.j2me.storage.RandomAccessStream.readBytes()
-
com.sun.star.io.XInputStream.readBytes()
-
com.sun.star.io.XSeekableInputStream.readBytes()
-
fiftyone.mobile.detection.readers.TrieReader.readBytes()
-
io.airlift.slice.BasicSliceInput.readBytes()
-
io.netty.buffer.ByteBuf.readBytes()
Transfers this buffer's data to a newly created buffer starting at the current {@code readerIndex} and increases the {@code readerIndex}by the number of the transferred bytes (= {@code length}). The returned buffer's {@code readerIndex} and {@code writerIndex} are{@code 0} and {@code length} respectively.
@param length the number of bytes to transfer
@return the newly created buffer which contains the transferred bytes
@throws IndexOutOfBoundsException if {@code length} is greater than {@code this.readableBytes}
-
io.netty.buffer.ChannelBuffer.readBytes()
-
io.netty.buffer.CompositeByteBuf.readBytes()
-
javax.jms.BytesMessage.readBytes()
-
javax.jms.MapMessage.readBytes()
-
javax.jms.StreamMessage.readBytes()
-
javax.sql.rowset.serial.SQLInputImpl.readBytes()
Retrieves the next attribute in this
SQLInputImpl
object as an array of bytes.
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
-
jssc.SerialPort.readBytes()
Read byte array from port
@param byteCount count of bytes for reading
@return byte array with "byteCount" length
@throws SerialPortException
-
limelight.io.StreamReader.readBytes()
-
net.minecraft.util.io.netty.buffer.ByteBuf.readBytes()
-
net.timewalker.ffmq3.common.message.BytesMessageImpl.readBytes()
-
net.timewalker.ffmq3.common.message.StreamMessageImpl.readBytes()
-
net.tomp2p.storage.AlternativeCompositeByteBuf.readBytes()
-
org.activemq.message.ActiveMQBytesMessage.readBytes()
Reads a byte array from the bytes message stream.
If the length of array value
is less than the number of bytes remaining to be read from the stream, the array should be filled. A subsequent call reads the next increment, and so on.
If the number of bytes remaining in the stream is less than the length of array value
, the bytes should be read into the array. The return value of the total number of bytes read will be less than the length of the array, indicating that there are no more bytes left to be read from the stream. The next read of the stream returns -1.
@param value the buffer into which the data is read
@return the total number of bytes read into the buffer, or -1 if there is no more data because the end of thestream has been reached
@throws JMSException if the JMS provider fails to read the message due to some internal error.
@throws MessageNotReadableException if the message is in write-only mode.
-
org.activemq.message.ActiveMQStreamMessage.readBytes()
Reads a byte array field from the stream message into the specified
byte[]
object (the read buffer).
To read the field value, readBytes
should be successively called until it returns a value less than the length of the read buffer. The value of the bytes in the buffer following the last byte read is undefined.
If readBytes
returns a value equal to the length of the buffer, a subsequent readBytes
call must be made. If there are no more bytes to be read, this call returns -1.
If the byte array field value is null, readBytes
returns -1.
If the byte array field value is empty, readBytes
returns 0.
Once the first readBytes
call on a byte[]
field value has been made, the full value of the field must be read before it is valid to read the next field. An attempt to read the next field before that has been done will throw a MessageFormatException
.
To read the byte field value into a new byte[]
object, use the readObject
method.
@param value the buffer into which the data is read
@return the total number of bytes read into the buffer, or -1 ifthere is no more data because the end of the byte field has been reached
@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.
@see #readObject()
-
org.agilewiki.jid.ReadableBytes.readBytes()
Read an array of bytes.
@param len The number of bytes to be read.
@return The array of bytes that was read.
-
org.apache.activemq.command.ActiveMQBytesMessage.readBytes()
Reads a byte array from the bytes message stream.
If the length of array value
is less than the number of bytes remaining to be read from the stream, the array should be filled. A subsequent call reads the next increment, and so on.
If the number of bytes remaining in the stream is less than the length of array value
, the bytes should be read into the array. The return value of the total number of bytes read will be less than the length of the array, indicating that there are no more bytes left to be read from the stream. The next read of the stream returns -1.
@param value the buffer into which the data is read
@return the total number of bytes read into the buffer, or -1 if there isno more data because the end of the stream has been reached
@throws JMSException if the JMS provider fails to read the message due tosome internal error.
@throws MessageNotReadableException if the message is in write-only mode.
-
org.apache.activemq.command.ActiveMQStreamMessage.readBytes()
Reads a byte array field from the stream message into the specified
byte[]
object (the read buffer).
To read the field value, readBytes
should be successively called until it returns a value less than the length of the read buffer. The value of the bytes in the buffer following the last byte read is undefined.
If readBytes
returns a value equal to the length of the buffer, a subsequent readBytes
call must be made. If there are no more bytes to be read, this call returns -1.
If the byte array field value is null, readBytes
returns -1.
If the byte array field value is empty, readBytes
returns 0.
Once the first readBytes
call on a byte[]
field value has been made, the full value of the field must be read before it is valid to read the next field. An attempt to read the next field before that has been done will throw a MessageFormatException
.
To read the byte field value into a new byte[]
object, use the readObject
method.
@param value the buffer into which the data is read
@return the total number of bytes read into the buffer, or -1 if there isno more data because the end of the byte field has been reached
@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.
@see #readObject()
-
org.apache.activemq.command.ActiveMQTextMessage.readBytes()
-
org.apache.avro.io.Decoder.readBytes()
Reads a byte-string written by {@link Encoder#writeBytes}. if old is not null and has sufficient capacity to take in the bytes being read, the bytes are returned in old.
@throws AvroTypeException If this is a stateful reader andbyte-string is not the type of the next value to be read
-
org.apache.blur.lucene.fst.ByteArray.readBytes()
-
org.apache.cassandra.io.util.MappedFileDataInput.readBytes()
Does the same thing as readFully
do but without copying data (thread safe)
@param length length of the bytes to read
@return buffer with portion of file content
@throws IOException on any fail of I/O operation
-
org.apache.directmemory.memory.buffer.MemoryBuffer.readBytes()
-
org.apache.lucene.store.ByteArrayDataInput.readBytes()
-
org.apache.lucene.store.DataInput.readBytes()
Reads a specified number of bytes into an array at the specified offset.
@param b the array to read bytes into
@param offset the offset in the array to start storing bytes
@param len the number of bytes to read
@see DataOutput#writeBytes(byte[],int)
-
org.apache.lucene.store.IndexInput.readBytes()
Reads a specified number of bytes into an array at the specified offset.
@param b the array to read bytes into
@param offset the offset in the array to start storing bytes
@param len the number of bytes to read
@see IndexOutput#writeBytes(byte[],int)
-
org.apache.lucene.store.InputStream.readBytes()
Reads a specified number of bytes into an array at the specified offset.
@param b the array to read bytes into
@param offset the offset in the array to start storing bytes
@param len the number of bytes to read
@see OutputStream#writeBytes(byte[],int)
-
org.apache.lucene.store.InputStreamDataInput.readBytes()
-
org.apache.lucene.util.PagedBytes.PagedBytesDataInput.readBytes()
-
org.apache.qpid.client.message.JMSBytesMessage.readBytes()
-
org.apache.qpid.client.message.JMSStreamMessage.readBytes()
-
org.apache.qpid.transport.codec.BBDecoder.readBytes()
-
org.apache.qpid.transport.codec.Decoder.readBytes()
Reads the given number of bytes.
@param howManyBytes how many bytes need to be read?
@return a byte array containing the requested data.
-
org.codehaus.activemq.message.ActiveMQBytesMessage.readBytes()
Reads a byte array from the bytes message stream.
If the length of array value
is less than the number of bytes remaining to be read from the stream, the array should be filled. A subsequent call reads the next increment, and so on.
If the number of bytes remaining in the stream is less than the length of array value
, the bytes should be read into the array. The return value of the total number of bytes read will be less than the length of the array, indicating that there are no more bytes left to be read from the stream. The next read of the stream returns -1.
@param value the buffer into which the data is read
@return the total number of bytes read into the buffer, or -1 if there is no more data because the end of thestream has been reached
@throws JMSException if the JMS provider fails to read the message due to some internal error.
@throws MessageNotReadableException if the message is in write-only mode.
-
org.codehaus.activemq.message.ActiveMQStreamMessage.readBytes()
Reads a byte array field from the stream message into the specified
byte[]
object (the read buffer).
To read the field value, readBytes
should be successively called until it returns a value less than the length of the read buffer. The value of the bytes in the buffer following the last byte read is undefined.
If readBytes
returns a value equal to the length of the buffer, a subsequent readBytes
call must be made. If there are no more bytes to be read, this call returns -1.
If the byte array field value is null, readBytes
returns -1.
If the byte array field value is empty, readBytes
returns 0.
Once the first readBytes
call on a byte[]
field value has been made, the full value of the field must be read before it is valid to read the next field. An attempt to read the next field before that has been done will throw a MessageFormatException
.
To read the byte field value into a new byte[]
object, use the readObject
method.
@param value the buffer into which the data is read
@return the total number of bytes read into the buffer, or -1 ifthere is no more data because the end of the byte field has been reached
@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.
@see #readObject()
-
org.elasticsearch.common.io.stream.StreamInput.readBytes()
Reads a specified number of bytes into an array at the specified offset.
@param b the array to read bytes into
@param offset the offset in the array to start storing bytes
@param len the number of bytes to read
-
org.gephi.project.spi.WorkspaceBytesPersistenceProvider.readBytes()
This is automatically called when a start element with the tag name provided in your getIdentifier
method.
Your implementation must detect the tag end element to stop reading.
@param reader XMLStreamReader for deserialization of this persistenceprovider data previously serialized
@param workspace Current workspace being deserialized
-
org.gradle.messaging.serialize.kryo.KryoBackedDecoder.readBytes()
-
org.h2.value.Transfer.readBytes()
Read a byte array.
@return the value
-
org.hornetq.api.core.HornetQBuffer.readBytes()
Transfers this buffer's data to a newly created buffer starting at the current {@code readerIndex} and increases the {@code readerIndex}by the number of the transferred bytes (= {@code length}). The returned buffer's {@code readerIndex} and {@code writerIndex} are{@code 0} and {@code length} respectively.
@param length the number of bytes to transfer
@return the newly created buffer which contains the transferred bytes
@throws IndexOutOfBoundsException if {@code length} is greater than {@code this.readableBytes}
-
org.hornetq.core.client.impl.LargeMessageBufferImpl.readBytes()
-
org.hornetq.core.client.impl.LargeMessageControllerImpl.readBytes()
-
org.hornetq.jms.client.HornetQStreamMessage.readBytes()
-
org.iq80.leveldb.util.SliceInput.readBytes()
Transfers this buffer's data to a newly created buffer starting at the current {@code position} and increases the {@code position}by the number of the transferred bytes (= {@code length}). The returned buffer's {@code position} and {@code writerIndex} are{@code 0} and {@code length} respectively.
@param length the number of bytes to transfer
@return the newly created buffer which contains the transferred bytes
@throws IndexOutOfBoundsException if {@code length} is greater than {@code this.available()}
-
org.jboss.netty.buffer.ChannelBuffer.readBytes()
Transfers this buffer's data to a newly created buffer starting at the current {@code readerIndex} and increases the {@code readerIndex}by the number of the transferred bytes (= {@code length}). The returned buffer's {@code readerIndex} and {@code writerIndex} are{@code 0} and {@code length} respectively.
@param length the number of bytes to transfer
@return the newly created buffer which contains the transferred bytes
@throws IndexOutOfBoundsException if {@code length} is greater than {@code this.readableBytes}
-
org.lealone.value.Transfer.readBytes()
Read a byte array.
@return the value
-
org.lilyproject.bytes.api.DataInput.readBytes()
Reads length
number of bytes from the DataInput
-
org.lilyproject.bytes.impl.DataInputImpl.readBytes()
-
org.moparscape.msc.gs.connection.Packet.readBytes()
Returns length of payload data of this packet.
@return The payload byte
array
-
org.netbeans.lib.cvsclient.util.LoggedDataInputStream.readBytes()
-
org.quickserver.net.client.BlockingClient.readBytes()
-
org.tmatesoft.hg.internal.DataAccess.readBytes()
-
org.tmatesoft.hg.internal.InflaterDataAccess.readBytes()
-
org.xmlBlaster.jms.XBBytesMessage.readBytes()
-
promauto.utils.RpSerialPort.readBytes()
Reads number (buff.lenght) of bytes from the input buffer. If no bytes are available, waits until they are or timeout happens.
@param buff
@return
-
streamer.ByteBuffer.readBytes()
Get bytes as lightweight slice. Cursor is advanced by data length.
-
uk.ac.ucl.panda.utility.io.IndexInput.readBytes()
Reads a specified number of bytes into an array at the specified offset.
@param b the array to read bytes into
@param offset the offset in the array to start storing bytes
@param len the number of bytes to read
@see IndexOutput#writeBytes(byte[],int)
-
util.StreamReader.readBytes()
-
ve.net.dcs.sc.component.ScaleConnector.readBytes()
Read bytes from the serial port
@return Bytes
@throws SerialPortTimeoutException If an error occurred when reading from the input stream
@throws SerialPortException If timeout expires before connecting