Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/packet/src/stream.ts>Stream

An abstract-encoding compliant module for encoding / decoding DNS packets, for Deno.
Go to Latest
class Stream
import { Stream } from "https://deno.land/x/packet@2022.11.25.1/src/stream.ts";

Properties

decodeBytes: number
encodeBytes: number

Methods

decode(sbuf)
encode(result)