Uses of Class
org.apache.activemq.util.ByteSequence
-
-
Uses of ByteSequence in org.apache.activemq.broker.region.cursors
Methods in org.apache.activemq.broker.region.cursors that return ByteSequence Modifier and Type Method Description protected ByteSequenceFilePendingMessageCursor. getByteSequence(Message message)Methods in org.apache.activemq.broker.region.cursors with parameters of type ByteSequence Modifier and Type Method Description protected MessageFilePendingMessageCursor. getMessage(ByteSequence bs) -
Uses of ByteSequence in org.apache.activemq.broker.scheduler
Methods in org.apache.activemq.broker.scheduler with parameters of type ByteSequence Modifier and Type Method Description voidJobScheduler. schedule(String jobId, ByteSequence payload, long delay)Add a job to be scheduledvoidJobScheduler. schedule(String jobId, ByteSequence payload, String cronEntry)Add a job to be scheduledvoidJobScheduler. schedule(String jobId, ByteSequence payload, String cronEntry, long delay, long period, int repeat)Add a job to be scheduledvoidJobSchedulerFacade. schedule(String jobId, ByteSequence payload, long delay)voidJobSchedulerFacade. schedule(String jobId, ByteSequence payload, String cronEntry)voidJobSchedulerFacade. schedule(String jobId, ByteSequence payload, String cronEntry, long start, long period, int repeat)voidJobListener. scheduledJob(String id, ByteSequence job)A Job that has been scheduled is now ready to be fired.voidSchedulerBroker. scheduledJob(String id, ByteSequence job) -
Uses of ByteSequence in org.apache.activemq.broker.scheduler.memory
Methods in org.apache.activemq.broker.scheduler.memory with parameters of type ByteSequence Modifier and Type Method Description voidInMemoryJobScheduler. schedule(String jobId, ByteSequence payload, long delay)voidInMemoryJobScheduler. schedule(String jobId, ByteSequence payload, String cronEntry)voidInMemoryJobScheduler. schedule(String jobId, ByteSequence payload, String cronEntry, long delay, long period, int repeat) -
Uses of ByteSequence in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ByteSequence Modifier and Type Field Description protected ByteSequenceMessage. contentprotected ByteSequenceMessage. marshalledPropertiesprotected ByteSequenceWireFormatInfo. marshalledPropertiesMethods in org.apache.activemq.command that return ByteSequence Modifier and Type Method Description ByteSequenceWireFormatInfo. getCachedMarshalledForm(WireFormat wireFormat)ByteSequenceMessage. getContent()ByteSequenceMessage. getMarshalledProperties()ByteSequenceWireFormatInfo. getMarshalledProperties()Methods in org.apache.activemq.command with parameters of type ByteSequence Modifier and Type Method Description protected byte[]ActiveMQBytesMessage. decompress(ByteSequence dataSequence)voidWireFormatInfo. setCachedMarshalledForm(WireFormat wireFormat, ByteSequence data)voidMessage. setContent(ByteSequence content)voidMessage. setMarshalledProperties(ByteSequence marshalledProperties)voidWireFormatInfo. setMarshalledProperties(ByteSequence marshalledProperties) -
Uses of ByteSequence in org.apache.activemq.openwire
Methods in org.apache.activemq.openwire that return ByteSequence Modifier and Type Method Description ByteSequenceOpenWireFormat. marshal(Object command)Methods in org.apache.activemq.openwire with parameters of type ByteSequence Modifier and Type Method Description ObjectOpenWireFormat. unmarshal(ByteSequence sequence) -
Uses of ByteSequence in org.apache.activemq.openwire.v1
Methods in org.apache.activemq.openwire.v1 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v1 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v10
Methods in org.apache.activemq.openwire.v10 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v10 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v11
Methods in org.apache.activemq.openwire.v11 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v11 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v12
Methods in org.apache.activemq.openwire.v12 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v12 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v2
Methods in org.apache.activemq.openwire.v2 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v2 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v3
Methods in org.apache.activemq.openwire.v3 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v3 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v4
Methods in org.apache.activemq.openwire.v4 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v4 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v5
Methods in org.apache.activemq.openwire.v5 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v5 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v6
Methods in org.apache.activemq.openwire.v6 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v6 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v7
Methods in org.apache.activemq.openwire.v7 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v7 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v8
Methods in org.apache.activemq.openwire.v8 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v8 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.openwire.v9
Methods in org.apache.activemq.openwire.v9 that return ByteSequence Modifier and Type Method Description protected ByteSequenceBaseDataStreamMarshaller. looseUnmarshalByteSequence(DataInput dataIn)protected ByteSequenceBaseDataStreamMarshaller. tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs)Methods in org.apache.activemq.openwire.v9 with parameters of type ByteSequence Modifier and Type Method Description protected voidBaseDataStreamMarshaller. looseMarshalByteSequence(OpenWireFormat wireFormat, ByteSequence data, DataOutput dataOut)protected intBaseDataStreamMarshaller. tightMarshalByteSequence1(ByteSequence data, BooleanStream bs)protected voidBaseDataStreamMarshaller. tightMarshalByteSequence2(ByteSequence data, DataOutput dataOut, BooleanStream bs) -
Uses of ByteSequence in org.apache.activemq.store
Methods in org.apache.activemq.store that return ByteSequence Modifier and Type Method Description ByteSequencePListEntry. getByteSequence()Methods in org.apache.activemq.store with parameters of type ByteSequence Modifier and Type Method Description ObjectPList. addFirst(String id, ByteSequence bs)ObjectPList. addLast(String id, ByteSequence bs)Constructors in org.apache.activemq.store with parameters of type ByteSequence Constructor Description PListEntry(String entry, ByteSequence bs, Object locator) -
Uses of ByteSequence in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal that return ByteSequence Modifier and Type Method Description ByteSequenceJournalPersistenceAdapter. toByteSequence(org.apache.activeio.packet.Packet packet)Methods in org.apache.activemq.store.journal with parameters of type ByteSequence Modifier and Type Method Description org.apache.activeio.packet.PacketJournalPersistenceAdapter. toPacket(ByteSequence sequence) -
Uses of ByteSequence in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return ByteSequence Modifier and Type Method Description protected ByteSequenceAbstractKahaDBStore. toByteSequence(JournalCommand<?> data)Creates a new ByteSequence that represents the marshaled form of the given Journal Command.ByteSequenceMessageDatabase. toByteSequence(JournalCommand<?> data)Methods in org.apache.activemq.store.kahadb with parameters of type ByteSequence Modifier and Type Method Description voidTempMessageDatabase. processAdd(KahaAddMessageCommand command, TransactionId txid, ByteSequence data) -
Uses of ByteSequence in org.apache.activemq.store.kahadb.disk.journal
Fields in org.apache.activemq.store.kahadb.disk.journal declared as ByteSequence Modifier and Type Field Description ByteSequenceJournal.WriteCommand. dataMethods in org.apache.activemq.store.kahadb.disk.journal that return ByteSequence Modifier and Type Method Description ByteSequenceJournal. read(Location location)Methods in org.apache.activemq.store.kahadb.disk.journal with parameters of type ByteSequence Modifier and Type Method Description voidReplicationTarget. replicate(Location location, ByteSequence sequence, boolean sync)LocationFileAppender. storeItem(ByteSequence data, byte type, boolean sync)LocationFileAppender. storeItem(ByteSequence data, byte type, Runnable onComplete)LocationTargetedDataFileAppender. storeItem(ByteSequence data, byte type, boolean sync)LocationTargetedDataFileAppender. storeItem(ByteSequence data, byte type, Runnable onComplete)voidJournal. update(Location location, ByteSequence data, boolean sync)LocationJournal. write(ByteSequence data, boolean sync)LocationJournal. write(ByteSequence data, Runnable onComplete)Constructors in org.apache.activemq.store.kahadb.disk.journal with parameters of type ByteSequence Constructor Description WriteCommand(Location location, ByteSequence data, boolean sync)WriteCommand(Location location, ByteSequence data, Runnable onComplete) -
Uses of ByteSequence in org.apache.activemq.store.kahadb.disk.util
Methods in org.apache.activemq.store.kahadb.disk.util that return ByteSequence Modifier and Type Method Description ByteSequenceDataByteArrayOutputStream. getByteSequence()ByteSequenceDataByteArrayOutputStream. toByteSequence()Get a ByteSequence from the streamMethods in org.apache.activemq.store.kahadb.disk.util with parameters of type ByteSequence Modifier and Type Method Description voidDataByteArrayInputStream. restart(ByteSequence sequence)reset theStoreByteArrayInputStreamto use an new ByteSequenceConstructors in org.apache.activemq.store.kahadb.disk.util with parameters of type ByteSequence Constructor Description DataByteArrayInputStream(ByteSequence sequence)Creates aStoreByteArrayInputStream. -
Uses of ByteSequence in org.apache.activemq.store.kahadb.plist
Methods in org.apache.activemq.store.kahadb.plist with parameters of type ByteSequence Modifier and Type Method Description ObjectPListImpl. addFirst(String id, ByteSequence bs)ObjectPListImpl. addLast(String id, ByteSequence bs) -
Uses of ByteSequence in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler that return ByteSequence Modifier and Type Method Description protected ByteSequenceJobSchedulerStoreImpl. getPayload(Location location)Retrieve the scheduled Job's byte blob from the journal.Methods in org.apache.activemq.store.kahadb.scheduler with parameters of type ByteSequence Modifier and Type Method Description voidJobSchedulerImpl. schedule(String jobId, ByteSequence payload, long delay)voidJobSchedulerImpl. schedule(String jobId, ByteSequence payload, String cronEntry)voidJobSchedulerImpl. schedule(String jobId, ByteSequence payload, String cronEntry, long delay, long period, int repeat)Constructors in org.apache.activemq.store.kahadb.scheduler with parameters of type ByteSequence Constructor Description JobImpl(org.apache.activemq.store.kahadb.scheduler.JobLocation location, ByteSequence bs) -
Uses of ByteSequence in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp that return ByteSequence Modifier and Type Method Description ByteSequenceAmqpWireFormat. marshal(Object command)Methods in org.apache.activemq.transport.amqp with parameters of type ByteSequence Modifier and Type Method Description ObjectAmqpWireFormat. unmarshal(ByteSequence packet) -
Uses of ByteSequence in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return ByteSequence Modifier and Type Method Description ByteSequenceMQTTWireFormat. marshal(Object command)Methods in org.apache.activemq.transport.mqtt with parameters of type ByteSequence Modifier and Type Method Description ObjectMQTTWireFormat. unmarshal(ByteSequence packet) -
Uses of ByteSequence in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return ByteSequence Modifier and Type Method Description ByteSequenceStompWireFormat. marshal(Object command)Methods in org.apache.activemq.transport.stomp with parameters of type ByteSequence Modifier and Type Method Description ObjectStompWireFormat. unmarshal(ByteSequence packet) -
Uses of ByteSequence in org.apache.activemq.transport.util
Methods in org.apache.activemq.transport.util that return ByteSequence Modifier and Type Method Description ByteSequenceTextWireFormat. marshal(Object command)Methods in org.apache.activemq.transport.util with parameters of type ByteSequence Modifier and Type Method Description ObjectTextWireFormat. unmarshal(ByteSequence packet) -
Uses of ByteSequence in org.apache.activemq.util
Methods in org.apache.activemq.util that return ByteSequence Modifier and Type Method Description ByteSequenceByteArrayOutputStream. toByteSequence()ByteSequenceDataByteArrayOutputStream. toByteSequence()Get a ByteSequence from the streamMethods in org.apache.activemq.util with parameters of type ByteSequence Modifier and Type Method Description intByteSequence. indexOf(ByteSequence needle, int pos)static intByteSequenceData. read(ByteSequence packet)static booleanByteSequenceData. readBoolean(ByteSequence packet)static byteByteSequenceData. readByte(ByteSequence packet)static charByteSequenceData. readCharBig(ByteSequence packet)static charByteSequenceData. readCharLittle(ByteSequence packet)static doubleByteSequenceData. readDoubleBig(ByteSequence packet)static doubleByteSequenceData. readDoubleLittle(ByteSequence packet)static floatByteSequenceData. readFloatBig(ByteSequence packet)static floatByteSequenceData. readFloatLittle(ByteSequence packet)static voidByteSequenceData. readFully(ByteSequence packet, byte[] b)static voidByteSequenceData. readFully(ByteSequence packet, byte[] b, int off, int len)static intByteSequenceData. readIntBig(ByteSequence packet)static intByteSequenceData. readIntLittle(ByteSequence packet)static longByteSequenceData. readLongBig(ByteSequence packet)static longByteSequenceData. readLongLittle(ByteSequence packet)static shortByteSequenceData. readShortBig(ByteSequence packet)static shortByteSequenceData. readShortLittle(ByteSequence packet)static intByteSequenceData. readUnsignedByte(ByteSequence packet)static intByteSequenceData. readUnsignedShortBig(ByteSequence packet)static intByteSequenceData. readUnsignedShortLittle(ByteSequence packet)static intByteSequenceData. remaining(ByteSequence packet)voidDataByteArrayInputStream. restart(ByteSequence sequence)reset theStoreByteArrayInputStreamto use an new ByteSequencestatic intByteSequenceData. skipBytes(ByteSequence packet, int n)static byte[]ByteSequenceData. toByteArray(ByteSequence packet)static voidByteSequenceData. write(ByteSequence packet, byte[] b)static voidByteSequenceData. write(ByteSequence packet, byte[] b, int off, int len)static voidByteSequenceData. write(ByteSequence packet, int b)static voidByteSequenceData. writeBoolean(ByteSequence packet, boolean v)static voidByteSequenceData. writeByte(ByteSequence packet, int v)static voidByteSequenceData. writeCharBig(ByteSequence packet, int v)static voidByteSequenceData. writeCharLittle(ByteSequence packet, int v)static voidByteSequenceData. writeDoubleBig(ByteSequence packet, double v)static voidByteSequenceData. writeDoubleLittle(ByteSequence packet, double v)static voidByteSequenceData. writeFloatBig(ByteSequence packet, float v)static voidByteSequenceData. writeFloatLittle(ByteSequence packet, float v)static voidByteSequenceData. writeIntBig(ByteSequence packet, int v)static voidByteSequenceData. writeIntLittle(ByteSequence packet, int v)static voidByteSequenceData. writeLongBig(ByteSequence packet, long v)static voidByteSequenceData. writeLongLittle(ByteSequence packet, long v)static voidByteSequenceData. writeRawDoubleBig(ByteSequence packet, double v)static voidByteSequenceData. writeRawDoubleLittle(ByteSequence packet, double v)static voidByteSequenceData. writeRawFloatBig(ByteSequence packet, float v)static voidByteSequenceData. writeRawFloatLittle(ByteSequence packet, float v)static voidByteSequenceData. writeShortBig(ByteSequence packet, int v)static voidByteSequenceData. writeShortLittle(ByteSequence packet, int v)Constructors in org.apache.activemq.util with parameters of type ByteSequence Constructor Description ByteArrayInputStream(ByteSequence sequence)DataByteArrayInputStream(ByteSequence sequence)Creates aStoreByteArrayInputStream. -
Uses of ByteSequence in org.apache.activemq.wireformat
Methods in org.apache.activemq.wireformat that return ByteSequence Modifier and Type Method Description ByteSequenceObjectStreamWireFormat. marshal(Object command)ByteSequenceWireFormat. marshal(Object command)Packet based marshalingMethods in org.apache.activemq.wireformat with parameters of type ByteSequence Modifier and Type Method Description ObjectObjectStreamWireFormat. unmarshal(ByteSequence packet)ObjectWireFormat. unmarshal(ByteSequence packet)Packet based un-marshaling
-