Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../././form-data/../yargs-parser/../@thi.ng/bitstream
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
LICENSE
README.md
index.d.ts
index.js
input.d.ts
input.js
output.d.ts
output.js
package.json
simple.d.ts
simple.js

مشاهدة ملف: output.d.ts

import { BitInputStream } from "./input.js";
export declare class BitOutputStream {
    buffer: Uint8Array;
    protected start: number;
    protected pos: number;
    protected bit: number;
    protected bitPos: number;
    constructor(buffer?: number | Uint8Array, offset?: number);
    get position(): number;
    seek(pos: number): BitOutputStream;
    bytes(): Uint8Array;
    reader(from?: number): BitInputStream;
    write(x: number, wordSize?: number): this;
    writeWords(input: Iterable<number>, wordSize?: number): void;
    writeBit(x: number): this;
    protected _write(x: number, wordSize: number): this;
    protected ensureSize(): void;
}
//# sourceMappingURL=output.d.ts.map