ddablib / streams

Stream Extension Classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `Read64` and `Write64` method overrides.

delphidabbler opened this issue · comments

TStream on Delphi 11 has Read64 and Write64 virtual methods that should probably have matching methods in TPJStreamWrapper.

Trouble is, I don't know when the methods were added to Delphi, so maybe a user controlled define should be used to include the methods.