Uses of Class
org.apache.qpid.protonj2.types.Decimal32
-
-
Uses of Decimal32 in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return Decimal32 Modifier and Type Method Description Decimal32Decoder. readDecimal32(ProtonBuffer buffer, DecoderState state)Reads an encodedDecimal32value from the givenProtonBufferassuming that the next value in the byte stream is that type.Decimal32StreamDecoder. readDecimal32(java.io.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 Decimal32 Modifier and Type Method Description voidEncoder. 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 Decimal32 Modifier and Type Method Description Decimal32ProtonDecoder. readDecimal32(ProtonBuffer buffer, DecoderState state)Decimal32ProtonStreamDecoder. readDecimal32(java.io.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 Decimal32 Modifier and Type Method Description Decimal32Decimal32TypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)Decimal32Decimal32TypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Decimal32 Modifier and Type Method Description java.lang.Class<Decimal32>Decimal32TypeDecoder. getTypeClass() -
Uses of Decimal32 in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type Decimal32 Modifier and Type Method Description voidProtonEncoder. 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 Decimal32 Modifier and Type Method Description java.lang.Class<Decimal32>Decimal32TypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type Decimal32 Modifier and Type Method Description voidDecimal32TypeEncoder. writeType(ProtonBuffer buffer, EncoderState state, Decimal32 value)
-