Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/s3si/deps.ts>io.StringWriter

Export your battles from SplatNet to stat.ink
Go to Latest
class io.StringWriter
implements Writer, WriterSync
import { io } from "https://deno.land/x/s3si@v0.1.8/deps.ts";
const { StringWriter } = io;

Writer utility for buffering string chunks

Constructors

new
StringWriter(base?: string)

Methods

toString(): string
write(p: Uint8Array): Promise<number>
writeSync(p: Uint8Array): number