Uses of Class
org.apache.qpid.protonj2.types.Decimal128
-
-
Uses of Decimal128 in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return Decimal128 Modifier and Type Method Description Decimal128Decoder. readDecimal128(ProtonBuffer buffer, DecoderState state)Reads an encodedDecimal128value from the givenProtonBufferassuming that the next value in the byte stream is that type.Decimal128StreamDecoder. readDecimal128(java.io.InputStream stream, StreamDecoderState state)Reads an encodedDecimal128value 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 Decimal128 Modifier and Type Method Description voidEncoder. writeArray(ProtonBuffer buffer, EncoderState state, Decimal128[] value)Write the given array as with the proper array type encoding to the given buffer.voidEncoder. writeDecimal128(ProtonBuffer buffer, EncoderState state, Decimal128 value)Write aDecimal128type encoding to the given buffer. -
Uses of Decimal128 in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return Decimal128 Modifier and Type Method Description Decimal128ProtonDecoder. readDecimal128(ProtonBuffer buffer, DecoderState state)Decimal128ProtonStreamDecoder. readDecimal128(java.io.InputStream stream, StreamDecoderState state) -
Uses of Decimal128 in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return Decimal128 Modifier and Type Method Description Decimal128Decimal128TypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)Decimal128Decimal128TypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Decimal128 Modifier and Type Method Description java.lang.Class<Decimal128>Decimal128TypeDecoder. getTypeClass() -
Uses of Decimal128 in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type Decimal128 Modifier and Type Method Description voidProtonEncoder. writeArray(ProtonBuffer buffer, EncoderState state, Decimal128[] value)voidProtonEncoder. writeDecimal128(ProtonBuffer buffer, EncoderState state, Decimal128 value) -
Uses of Decimal128 in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type Decimal128 Modifier and Type Method Description java.lang.Class<Decimal128>Decimal128TypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type Decimal128 Modifier and Type Method Description voidDecimal128TypeEncoder. writeType(ProtonBuffer buffer, EncoderState state, Decimal128 value)
-