Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new procedure TPJResourceEntry.LoadDataFromStream method #1

Open
delphidabbler opened this issue Jul 17, 2022 · 0 comments
Open
Assignees

Comments

@delphidabbler
Copy link
Member

delphidabbler commented Jul 17, 2022

There's a TPJResourceEntry.LoadDataFromFile(const SrcFileName: TFileName; const Append: Boolean) method that opens a stream onto the file. Although there is a constructor override that reads data from a stream there is no method matching the LoadDataFromFile method.

So it could be a good idea to add a complementary TPJResourceEntry.LoadDataFromStream(const AStream: TStream; const Append: Boolean) method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant