andrewiggins/bitstream — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2011-03-05
Parse a custom binary network protocol that packs multiple values into a few bits each.
Read compressed game assets that store data at the bit level instead of the byte level.
Handle legacy file formats that use bit flags or bit-packed structures without manual shifting and masking.
| andrewiggins/bitstream | abhishek-kumar09/pmd | ahus1/cdt | |
|---|---|---|---|
| Language | Java | Java | Java |
| Last pushed | 2011-03-05 | 2020-11-15 | 2024-11-05 |
| Maintenance | Dormant | Dormant | Stale |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Bitstream is a small Java class that lets you read and write data one bit at a time instead of a full byte, useful for bit-packed formats and protocols.
Mainly Java. The stack also includes Java.
Dormant — no commits in 2+ years (last push 2011-03-05).
License is not stated in the available content.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.