···58585959/** Class to manage a stream of bytes, with a zero-copy approach.
6060 * It uses an existing array or binary string and advances a position index. */
6161-class Stream {
6161+export class Stream {
62626363 /**
6464 * @param {Stream|array|string} enc data (will not be copied)