A platform-independent way to access binary data streams in C++ http://adplug.github.io/libbinio/
Go to file
2024-01-06 03:51:24 +01:00
libbinio-1.4-include.patch specfile cleanups 2024-01-06 03:51:24 +01:00
libbinio-1.4-info.patch specfile cleanups 2024-01-06 03:51:24 +01:00
libbinio.spec rebuilt with gcc 5.3.0 [release 1.4-5mamba;Thu Dec 17 2015] 2024-01-06 03:51:24 +01:00
README.md specfile cleanups 2024-01-06 03:51:24 +01:00

libbinio

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.