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.
- Host: GitHub
- URL: https://github.com/jonasraoni/stream-adapter
- Owner: jonasraoni
- License: mit
- Created: 2017-10-25T08:12:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T08:48:54.000Z (about 8 years ago)
- Last Synced: 2025-01-25T14:43:05.295Z (12 months ago)
- Topics: delphi, pascal, pascal-stream, reference-counting, stream-adapter, tstream
- Language: Pascal
- Size: 1000 Bytes
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.