package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Reader reads bits from buffer
NewReader crate bit reader
ReadBits read number of bits
ReadBool reads a bit, 1 returns true, 0 returns false
Reset resets the reader to read from a new slice
Writer writes bits to an io.BufferWriter
NewWriter create bit writer
Flush flushes the currently in-process byte
Reset writes to a new writer
WriteBits writes number of bits
WriteBool writes a boolean value
true: 1
false: 0
Source Files
¶
Click to show internal directories.
Click to hide internal directories.