Version 4.2 of Unified I/O

Release Notes: Creating independent child streams has been added. The ability to synchronize access to stream content has been added. The user can specify the directory to be used for creating temporary files. If such a directory is specified, UIO will always use File Caching for InputStream and URL (File Caching for OutputStream will be added later). XTransformer has been added: it is the same as Transformer, but does not restricted you to big/little endiannes, i.e. it can read bytes in any user-specified order. A bug has been fixed where BufferPosition moved from buffer to stream.

Other releases

  •  20 Apr 2008 00:41

Release Notes: This release added the ability to read/manipulate bits of byte arrays without using ByteArrayInputStream or ByteArrayOutputStream by including new ByteArray and ByteArrayIO classes. ByteArray encapsulates a byte array with byte and bit offsets, while ByteArrayIO contains static methods for accessing bits of the byte array. Bugs were fixed.

  •  02 Mar 2008 17:14

Release Notes: To eliminate bugs, the interface has been simplified: methods that used primitive arrays like read(short [] dest) or write(int [] src) were made static and moved to utility classes. To prove that UIO streams are working error free, test classes have been written that can compare input from two streams or from a UIO stream and RandomAccessFile.

  •  16 Jan 2008 16:53

Release Notes: Creating independent child streams has been added. The ability to synchronize access to stream content has been added. The user can specify the directory to be used for creating temporary files. If such a directory is specified, UIO will always use File Caching for InputStream and URL (File Caching for OutputStream will be added later). XTransformer has been added: it is the same as Transformer, but does not restricted you to big/little endiannes, i.e. it can read bytes in any user-specified order. A bug has been fixed where BufferPosition moved from buffer to stream.

  •  27 Dec 2007 21:27

Release Notes: The code was migrated to a new buffering model. All known bugs were fixed.

  •  30 Jun 2007 00:33

Release Notes: This release features a new buffering model and the ability to create child streams with shared or independent stream position. InputStreams was implemented on all primitive arrays.

Screenshot

Project Spotlight

crpcut

A simple to use robust unit test system for C++ under POSIX.

Screenshot

Project Spotlight

QScintilla

A port of Scintilla to Qt.