Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
bit-reader
Vocabulary
bitstreams
Definition
USING:
byte-arrays
sequences.private
;
IN:
bitstreams
TUPLE:
bit-reader
{
bytes
byte-array
initial:
B{
}
}
{
byte-pos
array-capacity
initial:
0
}
{
bit-pos
array-capacity
initial:
0
}
;