An open API service indexing awesome lists of open source software.

https://github.com/jonasraoni/stream-adapter

A Pascal stream class that is implemented as an interface, thus offering reference-counting.
https://github.com/jonasraoni/stream-adapter

delphi pascal pascal-stream reference-counting stream-adapter tstream

Last synced: 7 days ago
JSON representation

A Pascal stream class that is implemented as an interface, thus offering reference-counting.

Awesome Lists containing this project

README

          

# Stream Adapter

Pascal stream class that is implemented as an interface, thus offering reference-counting. It mimics the features of TStream, but instead of inhering from TObject, it implements an interface and the TInferfacedObject class.

## How to use

Vast documentation on the TStream class is available on internet.