Uses of Class
org.apache.qpid.protonj2.types.Decimal32
Packages that use Decimal32
Package
Description
-
Uses of Decimal32 in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return Decimal32Modifier and TypeMethodDescriptionDecoder.readDecimal32
(ProtonBuffer buffer, DecoderState state) Reads an encodedDecimal32
value from the givenProtonBuffer
assuming that the next value in the byte stream is that type.StreamDecoder.readDecimal32
(InputStream stream, StreamDecoderState state) Reads an encodedDecimal32
value from the givenInputStream
assuming that the next value in the byte stream is that type.Methods in org.apache.qpid.protonj2.codec with parameters of type Decimal32Modifier and TypeMethodDescriptionvoid
Encoder.writeArray
(ProtonBuffer buffer, EncoderState state, Decimal32[] value) Write the given array as with the proper array type encoding to the given buffer.void
Encoder.writeDecimal32
(ProtonBuffer buffer, EncoderState state, Decimal32 value) Write aDecimal32
type encoding to the given buffer. -
Uses of Decimal32 in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return Decimal32Modifier and TypeMethodDescriptionProtonDecoder.readDecimal32
(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readDecimal32
(InputStream stream, StreamDecoderState state) -
Uses of Decimal32 in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return Decimal32Modifier and TypeMethodDescriptionDecimal32TypeDecoder.readValue
(InputStream stream, StreamDecoderState state) Decimal32TypeDecoder.readValue
(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Decimal32 -
Uses of Decimal32 in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type Decimal32Modifier and TypeMethodDescriptionvoid
ProtonEncoder.writeArray
(ProtonBuffer buffer, EncoderState state, Decimal32[] value) void
ProtonEncoder.writeDecimal32
(ProtonBuffer buffer, EncoderState state, Decimal32 value) -
Uses of Decimal32 in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type Decimal32Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type Decimal32Modifier and TypeMethodDescriptionvoid
Decimal32TypeEncoder.writeType
(ProtonBuffer buffer, EncoderState state, Decimal32 value)