Uses of Class
org.apache.qpid.protonj2.types.Decimal64
-
-
Uses of Decimal64 in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return Decimal64 Modifier and Type Method Description Decimal64Decoder. readDecimal64(ProtonBuffer buffer, DecoderState state)Reads an encodedDecimal64value from the givenProtonBufferassuming that the next value in the byte stream is that type.Decimal64StreamDecoder. readDecimal64(java.io.InputStream stream, StreamDecoderState state)Reads an encodedDecimal64value 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 Decimal64 Modifier and Type Method Description voidEncoder. writeArray(ProtonBuffer buffer, EncoderState state, Decimal64[] value)Write the given array as with the proper array type encoding to the given buffer.voidEncoder. writeDecimal64(ProtonBuffer buffer, EncoderState state, Decimal64 value)Write aDecimal64type encoding to the given buffer. -
Uses of Decimal64 in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return Decimal64 Modifier and Type Method Description Decimal64ProtonDecoder. readDecimal64(ProtonBuffer buffer, DecoderState state)Decimal64ProtonStreamDecoder. readDecimal64(java.io.InputStream stream, StreamDecoderState state) -
Uses of Decimal64 in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return Decimal64 Modifier and Type Method Description Decimal64Decimal64TypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)Decimal64Decimal64TypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Decimal64 Modifier and Type Method Description java.lang.Class<Decimal64>Decimal64TypeDecoder. getTypeClass() -
Uses of Decimal64 in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type Decimal64 Modifier and Type Method Description voidProtonEncoder. writeArray(ProtonBuffer buffer, EncoderState state, Decimal64[] value)voidProtonEncoder. writeDecimal64(ProtonBuffer buffer, EncoderState state, Decimal64 value) -
Uses of Decimal64 in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type Decimal64 Modifier and Type Method Description java.lang.Class<Decimal64>Decimal64TypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type Decimal64 Modifier and Type Method Description voidDecimal64TypeEncoder. writeType(ProtonBuffer buffer, EncoderState state, Decimal64 value)
-