@gibme/dns
    Preparing search index...

    Class DOA

    Encoder for DNS DOA (Digital Object Architecture) resource records (Type 259).

    Associates digital object identifiers with DNS names. Note: The DOA RR is handled as an unsupported type due to specification complexity.

    IANA experimental

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    type: number = 259

    IANA resource record type identifier

    Methods

    • Decodes a DOA record from the byte stream.

      Parameters

      • reader: Reader

        the byte stream reader positioned at the DOA RDATA

      Returns Buffer

      the decoded DOA record as a raw Buffer

    • Encodes a DOA record into the byte stream.

      Parameters

      • writer: Writer

        the byte stream writer to encode into

      • data: Buffer

        the raw DOA record data

      Returns void