ObjectiveLib News
Brought to you by:
will_mason
ObjectiveLib is a library of containers, generic algorithms and binary streams for Objective-C meant to provide the same benefits to Objective-C developers that the Standard Template Library provides for C++ developers. Version 0.10 includes the following new features:
* A full set of binary streams which includes: file, memory buffer and socket streams, as well as streams that can buffer and compress data. Three different compression streams are provided.
* A set of classes making creation and usage of BSD sockets easy and painless.