class LibuvStreamWrap
extends HandleWrap
import { LibuvStreamWrap } from "https://dotland.deno.dev/std@0.177.0/node/internal_binding/stream_wrap.ts";
Constructors
new
LibuvStreamWrap(provider: providerType, stream?: )Methods
_onClose(): number
useUserBuffer(_userBuf: unknown): number
writeAsciiString(req: WriteWrap<LibuvStreamWrap>, data: string): number
Write an ASCII string to the stream.
writeLatin1String(req: WriteWrap<LibuvStreamWrap>, data: string): number
Write an LATIN1 string to the stream.
writeUcs2String(_req: WriteWrap<LibuvStreamWrap>, _data: string): number
Write an UCS2 string to the stream.
writeUtf8String(req: WriteWrap<LibuvStreamWrap>, data: string): number
Write an UTF8 string to the stream.