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

x/xml/utils/streamable.ts>Streamable

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
class Streamable
implements Flux
import { Streamable } from "https://deno.land/x/xml@2.1.3/utils/streamable.ts";

Streamable string

Constructors

new
Streamable(string: string)

Constructor

Methods

readSync(buffer: Uint8Array)

Read bytes

seekSync(offset: number, whence: SeekMode[keyof SeekMode])

Set cursor position