ossp-pkg/al/README 1.2 -> 1.3
--- README 2002/12/16 14:02:45 1.2
+++ README 2002/12/16 14:33:26 1.3
@@ -5,11 +5,17 @@
|_|_|_| \___/|____/____/|_| \__,_|_|
OSSP al - Assembly Line
- Version
+ Version 0.9.0 (16-Dec-2002)
ABSTRACT
- ...FIXME...
+ OSSP al defines an abstract data type of a data buffer that can
+ assemble, move and truncate chunks of data in a stream but avoids
+ actual copying. It was built to deal efficiently with communication
+ streams between software modules. It especially provides flexible
+ semantical data attribution through by-chunk labeling. It also
+ has convenient chunk traversal methods and optional OSSP ex based
+ exception handling.
COPYRIGHT AND LICENSE
@@ -18,7 +24,7 @@
Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
Copyright (c) 2002 Michael van Elst <mlelstv@dev.de.cw.net>
- This file is part of OSSP al, an abstract datatype of a data buffer
+ This file is part of OSSP al, an abstract data type of a data buffer
that can assemble, move and truncate data but avoids actual copying.
Permission to use, copy, modify, and distribute this software for
|
|