class BitReader
implements ISyncReadable
new
BitReader(readable: ISyncReadable)
readonly
bitPosition: number
The current bit position within the last consumed byte
BitReader(readable: ISyncReadable)
bitPosition: number
The current bit position within the last consumed byte
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";