]> 4ch.mooo.com Git - 16.git/blob - 16/adplug/libbinio/README
renamed: 16/adplug/adplug-2.2.1/.DS_Store -> 16/adplug/adplug/.DS_Store
[16.git] / 16 / adplug / libbinio / README
1 libbinio - Binary I/O stream class library
2 Copyright (C) 2002 - 2005 Simon Peter <dn.tlp@gmx.net>
3
4 Website: http://libbinio.sourceforge.net
5
6 Description:
7 ------------
8 The binary I/O stream class library presents a platform-independent
9 way to access binary data streams in C++.
10
11 The library is hardware independent in the form that it transparently
12 converts between the different forms of machine-internal binary data
13 representation.
14
15 It further employs no special I/O protocol and can be used on
16 arbitrary binary data sources.