BytesStream.ReadingTask
import { BytesStream } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { ReadingTask } = BytesStream;
The byte stream reading task.
class ReadingTask { }
async run(): Promise<Uint8Array>;
import { BytesStream } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.4.2/deps.ts";
const { ReadingTask } = BytesStream;
The byte stream reading task.