File: README

package info (click to toggle)
libbinio 1.5%2Bdfsg-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: cpp: 1,039; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libbinio - Binary I/O stream class library
Copyright (C) 2002 - 2019 Simon Peter <dn.tlp@gmx.net>

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.