Uses of Class
org.apache.qpid.protonj2.types.messaging.Data
Packages that use Data
Package
Description
-
Uses of Data in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return DataModifier and TypeMethodDescriptionData[]DataTypeDecoder.readArrayElements(InputStream stream, StreamDecoderState state, int count) Data[]DataTypeDecoder.readArrayElements(ProtonBuffer buffer, DecoderState state, int count) DataTypeDecoder.readValue(InputStream stream, StreamDecoderState state) DataTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return types with arguments of type Data -
Uses of Data in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return types with arguments of type DataMethods in org.apache.qpid.protonj2.codec.encoders.messaging with parameters of type DataModifier and TypeMethodDescriptionvoidDataTypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, Data value) -
Uses of Data in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return DataModifier and TypeMethodDescriptionData.copy()Data.copyTo(ProtonBuffer target) Copies the binary payload of this Data section info the given target buffer.