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)
c
BufReader
No documentation available
c
DelimiterCodec
No documentation available
I
DelimiterCodecOptions
No documentation available
c
FramedReader
No documentation available
c
FramedWriter
No documentation available
I
FramedWriterOptions
No documentation available
f
fumanReadableToWeb
No documentation available
f
fumanSyncReadableToAsync
No documentation available
f
fumanSyncWritableToAsync
No documentation available
f
fumanWritableToWeb
No documentation available
I
IClosable
No documentation available
I
IFrameDecoder
No documentation available
I
IFrameEncoder
No documentation available
I
IReadable
No documentation available
I
ISyncReadable

An interface for reading bytes synchronously from somewhere.

I
ISyncWritable
No documentation available
I
IWritable
No documentation available
c
LengthDelimitedCodec
No documentation available
I
LengthDelimitedCodecOptions
No documentation available
c
PartialReadError

Error thrown when trying to read more bytes than available.

N
read
No documentation available
N
read.async
No documentation available
f
read.async.exactly
No documentation available
f
read.async.untilEnd
No documentation available
f
read.cUtf8String
No documentation available
f
read.exactly
No documentation available
f
read.float32be
No documentation available
f
read.float32le
No documentation available
f
read.float64be
No documentation available
f
read.float64le
No documentation available
f
read.int16be
No documentation available
f
read.int16le
No documentation available
f
read.int24be
No documentation available
f
read.int24le
No documentation available
f
read.int32be
No documentation available
f
read.int32le
No documentation available
f
read.int64be
No documentation available
f
read.int64le
No documentation available
f
read.int8
No documentation available
f
read.intbe
No documentation available
f
read.intle
No documentation available
f
read.lengthPrefixed
No documentation available
f
read.rawString
No documentation available
f
read.uint16be
No documentation available
f
read.uint16le
No documentation available
f
read.uint24be
No documentation available
f
read.uint24le
No documentation available
f
read.uint32be
No documentation available
f
read.uint32le
No documentation available
f
read.uint64be
No documentation available
f
read.uint64le
No documentation available
f
read.uint8
No documentation available
f
read.uintbe
No documentation available
f
read.uintle
No documentation available
f
read.untilCondition
No documentation available
f
read.untilEnd
No documentation available
f
read.untilZero
No documentation available
f
read.utf8String
No documentation available
c
ReaderWithFinal
No documentation available
I
ReaderWithFinalResult
No documentation available
f
reverse8Bits

Reverse bit ordering of a single byte

f
reverseBits

Reverse bits of a numeric value, treating it as a size-bit number

f
reverseBitsAll

Reverse the bit ordering of each byte in the byte array, in place

f
reverseBitsBig

Reverse bits of a bigint, treating it as a size-bit number

c
TextDelimiterCodec
No documentation available
f
webReadableToFuman
No documentation available
f
webWritableToFuman
No documentation available
N
write
No documentation available
f
write.bytes
No documentation available
f
write.bytesReversed
No documentation available
f
write.cUtf8String
No documentation available
f
write.float32be
No documentation available
f
write.float32le
No documentation available
f
write.float64be
No documentation available
f
write.float64le
No documentation available
f
write.int16be
No documentation available
f
write.int16le
No documentation available
f
write.int24be
No documentation available
f
write.int24le
No documentation available
f
write.int32be
No documentation available
f
write.int32le
No documentation available
f
write.int64be
No documentation available
f
write.int64le
No documentation available
f
write.int8
No documentation available
f
write.intbe
No documentation available
f
write.intle
No documentation available
f
write.pipe
No documentation available
f
write.rawString
No documentation available
f
write.uint16be
No documentation available
f
write.uint16le
No documentation available
f
write.uint24be
No documentation available
f
write.uint24le
No documentation available
f
write.uint32be
No documentation available
f
write.uint32le
No documentation available
f
write.uint64be
No documentation available
f
write.uint64le
No documentation available
f
write.uint8
No documentation available
f
write.uintbe
No documentation available
f
write.uintle
No documentation available
f
write.utf8String
No documentation available