CachedDecoderState | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | |
NewDecoderState() | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
PeekNextTypeDecoder(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadBinary(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadBoolean(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadBoolean(Stream stream, IStreamDecoderState state, bool defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadByte(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadByte(Stream stream, IStreamDecoderState state, sbyte defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadCharacter(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadCharacter(Stream stream, IStreamDecoderState state, char defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadDecimal128(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadDecimal32(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadDecimal64(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadDeliveryTag(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadDouble(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadDouble(Stream stream, IStreamDecoderState state, double defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadFloat(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadFloat(Stream stream, IStreamDecoderState state, float defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadGuid(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadInt(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadInt(Stream stream, IStreamDecoderState state, int defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadList< T >(Stream stream, IStreamDecoderState state) (defined in Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadList< V >(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.IStreamDecoder | |
ReadLong(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadLong(Stream stream, IStreamDecoderState state, long defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadMap< K, V >(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadMultiple< T >(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadNextTypeDecoder(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadObject(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadObject< T >(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadShort(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadShort(Stream stream, IStreamDecoderState state, short defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadString(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadSymbol(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadSymbolAsString(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadTimestamp(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedByte(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedByte(Stream stream, IStreamDecoderState state, byte defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedInteger(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedInteger(Stream stream, IStreamDecoderState state, uint defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedLong(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedLong(Stream stream, IStreamDecoderState state, ulong defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedShort(Stream stream, IStreamDecoderState state) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
ReadUnsignedShort(Stream stream, IStreamDecoderState state, ushort defaultValue) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |
RegisterDescribedTypeDecoder(IStreamDescribedTypeDecoder decoder) | Apache.Qpid.Proton.Codec.Decoders.ProtonStreamDecoder | inline |