Stream Extension Classes
| Release: | 3.0.0 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Date: | 07 October 2009 | ||||||||||||||||||||||||
|
Delphi Compatibility:
|
|
- Overview
- Download
- Install Info
- Change Log
- License
Overview
This library provides some classes that can be used to extend the functionality of Delphi's TStream classes.
The classes provided are:
- A TStream derived class which can wrap another TStream. This is useful as a base class for filters to wrap round existing stream classes.
- A set of classes that wrap existing streams and provide an IStream interface to them – like Delphi's previously undocumented TStreamAdapter class. Also included is a class that provides a IStream interface to any file or any handle stream.
Demo programs that show how to use all the classes are provided in the download.
Documentation
The classes are documented in the Stream Extension Classes Wiki.
Bugs
Please report any bugs you find using the Issue Tracker.
Please state that you are reporting a bug the the Stream Extension
Classes since the issue tracker is shared between different library
components and classes. Do this by changing the
Project-unspecified label to Project-streams.
New Feature Requests
You can request new features using the same Issue Tracker that is used to report bugs. When creating a new feature request make
sure you change the Template from Defect Report from
User to Feature Request.


