Menu

Binary I/O stream class library / News: Recent posts

libbinio 1.4 released!

A new version of libbinio - the platform and compiler independent binary I/O stream class library for C++ - was released today!

From the NEWS:
- Support for pkg-config on UNIX systems.
- Moved default header installation directory to $pkgincludedir (aka $includedir/libbinio) to prevent filename clashes with other libraries.

Posted by Simon Peter 2005-09-18

libbinio 1.3 released!

A new version of libbinio - the platform and compiler independent binary I/O stream class library for C++ - was released today!

From the NEWS:
- Fixed a small interface bug.
- Fixed data type mismatch on non-32-bit systems in peekInt().

Posted by Simon Peter 2004-08-19

libbinio 1.2 released!

A new version of libbinio - the platform and compiler independent binary I/O stream class library for C++ - was released today!

From the NEWS:
- Ported to QNX.
- Red Hat & Mandrake .spec files.

Posted by Simon Peter 2003-03-07

libbinio 1.1 released!

A new version of libbinio - the platform and compiler independent binary I/O stream class library for C++ - was released today!

From the NEWS:
- Removed unused config header file.
- writeString() methods now return number of characters written.
- Changed behaviour of readString(): The delimiter doesn't default to '\0' anymore. If no delimiter is given, always up to 'amount' characters are read.
- error() now returns a bit field of error flags instead of just one error value. Multiple errors can now occur at once.
- Added 'NotFound' error flag, indicating a file not found error.
- The 'Eof' error code is now set only when reading _past_ the end of a stream, not on the last byte.
- Added peekInt() and peekFloat() methods to peek an integer or a floating-point number in a stream, without extracting it.
- Added ateof() method to binistream class that returns true when the stream is at the last byte.

Posted by Simon Peter 2003-02-03

libbinio 1.0 released!

libbinio - the platform and compiler independent binary I/O stream class library for C++ - was released today!

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.... read more

Posted by Simon Peter 2003-01-18