how to add a data file for read #38387
wuguowei19880907
started this conversation in
General
Replies: 1 comment
-
I think you would use the same way as answered in #38379 , i.e. by adding it to the project's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to add a data encryption and decryption function. I need to place a data file in the project so that it can be easily read during runtime. I already know how to add third-party JARs, but what is a good way to add the data file? Note that the data file is not a text file but a regular binary file.
Beta Was this translation helpful? Give feedback.
All reactions