Uses of Class
org.apache.activemq.util.ByteSequence
Packages that use ByteSequence
Package
Description
Command objects used via the Command Pattern to communicate among nodes
An API for WireFormats which are used to turn object into bytes and bytes into objects.
-
Uses of ByteSequence in org.apache.activemq.command
Fields in org.apache.activemq.command declared as ByteSequenceModifier and TypeFieldDescriptionprotected ByteSequenceMessage.contentprotected ByteSequenceMessage.marshalledPropertiesprotected ByteSequenceWireFormatInfo.marshalledPropertiesMethods in org.apache.activemq.command that return ByteSequenceModifier and TypeMethodDescriptionWireFormatInfo.getCachedMarshalledForm(WireFormat wireFormat) Message.getContent()Message.getMarshalledProperties()WireFormatInfo.getMarshalledProperties()Methods in org.apache.activemq.command with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected 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 ByteSequenceMethods in org.apache.activemq.openwire with parameters of type ByteSequence -
Uses of ByteSequence in org.apache.activemq.openwire.v1
Methods in org.apache.activemq.openwire.v1 that return ByteSequenceModifier and TypeMethodDescriptionprotected ByteSequenceBaseDataStreamMarshaller.looseUnmarshalByteSequence(DataInput dataIn) protected ByteSequenceBaseDataStreamMarshaller.tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs) Methods in org.apache.activemq.openwire.v1 with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected 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 ByteSequenceModifier and TypeMethodDescriptionprotected ByteSequenceBaseDataStreamMarshaller.looseUnmarshalByteSequence(DataInput dataIn) protected ByteSequenceBaseDataStreamMarshaller.tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs) Methods in org.apache.activemq.openwire.v10 with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected 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 ByteSequenceModifier and TypeMethodDescriptionprotected ByteSequenceBaseDataStreamMarshaller.looseUnmarshalByteSequence(DataInput dataIn) protected ByteSequenceBaseDataStreamMarshaller.tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs) Methods in org.apache.activemq.openwire.v11 with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected 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 ByteSequenceModifier and TypeMethodDescriptionprotected ByteSequenceBaseDataStreamMarshaller.looseUnmarshalByteSequence(DataInput dataIn) protected ByteSequenceBaseDataStreamMarshaller.tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs) Methods in org.apache.activemq.openwire.v12 with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected 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 ByteSequenceModifier and TypeMethodDescriptionprotected ByteSequenceBaseDataStreamMarshaller.looseUnmarshalByteSequence(DataInput dataIn) protected ByteSequenceBaseDataStreamMarshaller.tightUnmarshalByteSequence(DataInput dataIn, BooleanStream bs) Methods in org.apache.activemq.openwire.v9 with parameters of type ByteSequenceModifier and TypeMethodDescriptionprotected 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.util
Methods in org.apache.activemq.util that return ByteSequenceModifier and TypeMethodDescriptionByteArrayOutputStream.toByteSequence()DataByteArrayOutputStream.toByteSequence()Get a ByteSequence from the streamMethods in org.apache.activemq.util with parameters of type ByteSequenceModifier and TypeMethodDescriptionintByteSequence.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 ByteSequenceModifierConstructorDescriptionByteArrayInputStream(ByteSequence sequence) DataByteArrayInputStream(ByteSequence sequence) Creates aStoreByteArrayInputStream. -
Uses of ByteSequence in org.apache.activemq.wireformat
Methods in org.apache.activemq.wireformat that return ByteSequenceModifier and TypeMethodDescriptionPacket based marshalingMethods in org.apache.activemq.wireformat with parameters of type ByteSequenceModifier and TypeMethodDescriptionObjectStreamWireFormat.unmarshal(ByteSequence packet) WireFormat.unmarshal(ByteSequence packet) Packet based un-marshaling