Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Stream

class Stream extends Userdata<"fz_stream"> {
constructor(handle: StreamHandle);
static readonly _drop: (p: Pointer<"fz_stream">) => void;
}

§Extends

§
Userdata<"fz_stream">
[src]

§Constructors

§
new Stream(handle: StreamHandle)
[src]

§Static Properties

§
_drop: (p: Pointer<"fz_stream">) => void
[src]