Publisher's Description
From Jeff Pasternack:
.Net library consisting of three classes for simplified asynchronous I/O (AsyncStream), using alternate data streams (AlternateStreams), and efficient stream peeking and seeking (BetterBufferedStream). BetterStreams can easily improve the performance of new or existing applications, sometimes dramatically, with as little as a single-line change to the code.
AsyncStream wraps an existing stream and provides asynchronous I/O via the standard Read(), ReadByte(), Write(), and WriteByte() methods; normally these would require waiting (blocking) for I/O to the underlying device (such as a disk) but AsyncStream avoids this by asynchronously and automatically filling or flushing an internal buffer from or to the wrapped stream. Even if your application logic is already built around synchronous I/O, making it asynchronous typically requires nothing more than wrapping the original stream in an AsyncStream. Version 1 may include unspecified updates, enhancements, or bug fixes.
What's new in this version: This version is the first release on CNET Download.com.
More Popular .NET downloads
- Microsoft .NET Framework Redistributable Package (x86)
1,503 downloads
- Microsoft .NET Framework 4
763 downloads
- .NET Compact Framework 2.0 Service Pack 2 Redistributable
563 downloads
- Microsoft .NET Framework 1.1 Service Pack 1
478 downloads
- Microsoft Data Access Components (MDAC) 2.7 Service Pack 1 Refresh
379 downloads
