Latest
class AmqpDecoder
import { AmqpDecoder } from "https://dotland.deno.dev/x/amqp@v0.24.0/src/encoding/mod.ts";

Constructors

new
AmqpDecoder(data: Uint8Array)

Methods

read(type: AmqpNumberField["type"]): number
read(type: AmqpStringField["type"]): string
read(type: AmqpBitField["type"]): boolean
read(type: AmqpFlagsField["type"]): boolean[]
read(type: AmqpTableField["type"]): Record<string, unknown>
read(type: AmqpFieldType): AmqpFieldValue