DataBuffer
import { DataBuffer } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";
class DataBuffer { }
constructor();
buffers: Uint8Array[];
byteLength: number;
drain(n?: number): Uint8Array;
fill(a: Uint8Array, ...bufs: Uint8Array[]): void;
length(): number;
pack(): void;
peek(): Uint8Array;
reset(): void;
shift(): Uint8Array;
size(): number;
static concat(...bufs: Uint8Array[]): Uint8Array;
static fromAscii(m: string): Uint8Array;
static toAscii(a: Uint8Array): string;