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 encodedDecimal32value from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readDecimal32(InputStream stream, StreamDecoderState state) Reads an encodedDecimal32value from the givenInputStreamassuming that the next value in the byte stream is that type.Methods in org.apache.qpid.protonj2.codec with parameters of type Decimal32Modifier and TypeMethodDescriptionvoidEncoder.writeArray(ProtonBuffer buffer, EncoderState state, Decimal32[] value) Write the given array as with the proper array type encoding to the given buffer.voidEncoder.writeDecimal32(ProtonBuffer buffer, EncoderState state, Decimal32 value) Write aDecimal32type 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 TypeMethodDescriptionvoidProtonEncoder.writeArray(ProtonBuffer buffer, EncoderState state, Decimal32[] value) voidProtonEncoder.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 TypeMethodDescriptionvoidDecimal32TypeEncoder.writeType(ProtonBuffer buffer, EncoderState state, Decimal32 value)