Stream Extension Classes

   
Release: 3.1.0
Date: 08 October 2011
Delphi Compatibility:
 D1   D2   D3   D4   D5   D6   D7  D2005 D2006 D2007 D2009 D2010  DXE  DXE2
Red LED Red LED Red LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Green LED Grey LED Grey LED

Install Info

The Stream Extension Classes units, documentation, demo and unit tests are supplied in a zip file. Before installing you need to extract all the files from the zip file, preserving the directory structure. The following files will be extracted:

  • PJStreamWrapper.pas – Source code of the TPJStreamWrapper class.
  • PJIStreams.pas – Source code of classes that implement the IStream interface.
  • ReadMe.htm – Read-me file providing general information about the project.
  • ChangeLog.txt – Project change log.
  • MPL.txt – Mozilla Public License v1.1.
  • DocumentationWiki.URL – Internet shortcut to online documentation Wiki.

There are also demo projects in the Demos directory and unit tests in the Tests directory.

There are three possible ways to use the units:

  1. The simplest way is to add the units PJStreamWrapper.pas and PJIStreams.pas to your projects as you need them.
  2. To make the units easier to re-use you can either copy them to a folder on your Delphi search path, or add the folder where you extracted the units to the search path. You then simply use the units as required without needing to add them to your project.
  3. For maximum portability you can add the units to a Delphi design time package. If you need help doing this see here.