https://github.com/adplug/libbinio
Platform-independent way to access binary data streams in C++
https://github.com/adplug/libbinio
Last synced: about 1 year ago
JSON representation
Platform-independent way to access binary data streams in C++
- Host: GitHub
- URL: https://github.com/adplug/libbinio
- Owner: adplug
- License: lgpl-2.1
- Created: 2015-06-21T10:18:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T00:21:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T12:57:58.019Z (about 1 year ago)
- Language: C++
- Size: 396 KB
- Stars: 9
- Watchers: 6
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
libbinio - Binary I/O stream class library
Copyright (C) 2002 - 2019 Simon Peter
Website: http://adplug.github.io/libbinio
Description:
------------
The binary I/O stream class library presents a platform-independent
way to access binary data streams in C++.
The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.
It further employs no special I/O protocol and can be used on
arbitrary binary data sources.