Stream Extension Classes
| Release: | 3.1.0 | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Date: | 08 October 2011 | ||||||||||||||||||||||||||||
|
Delphi Compatibility:
|
|
- Overview
- Download
- Install Info
- Change Log
- License
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:
-
The simplest way is to add the units
PJStreamWrapper.pasandPJIStreams.pasto your projects as you need them. - 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.
- For maximum portability you can add the units to a Delphi design time package. If you need help doing this see here.



