Skip to main content

@fuman/io@0.0.1
Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
41%
Published
2 days ago (0.0.1)
class BitReader
implements ISyncReadable

Constructors

new
BitReader(readable: ISyncReadable)

Properties

The current bit position within the last consumed byte

Whether the reader is currently aligned on a byte boundary

Methods

align(): void

Skip any remaining bits in the current byte. No-op if already aligned

skipBits(size: number): void

Add Package

deno add jsr:@fuman/io

Import symbol

import { BitReader } from "@fuman/io";

---- OR ----

Import directly with a jsr specifier

import { BitReader } from "jsr:@fuman/io";

Add Package

npx jsr add @fuman/io

Import symbol

import { BitReader } from "@fuman/io";

Add Package

yarn dlx jsr add @fuman/io

Import symbol

import { BitReader } from "@fuman/io";

Add Package

pnpm dlx jsr add @fuman/io

Import symbol

import { BitReader } from "@fuman/io";

Add Package

bunx jsr add @fuman/io

Import symbol

import { BitReader } from "@fuman/io";