You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All public API methods that accept Files should also accept streams. This enhancement will facilitate the use of the CPG as a library in other JVM projects, enabling better integration with Java's resource management mechanisms.
Benefits:
Easier integration with Java projects.
Improved flexibility in handling resource files.
Update function summaries API accordingly. @KuechA
The text was updated successfully, but these errors were encountered:
All public API methods that accept
File
s should also accept streams. This enhancement will facilitate the use of the CPG as a library in other JVM projects, enabling better integration with Java's resource management mechanisms.Benefits:
Easier integration with Java projects.
Improved flexibility in handling resource files.
Update function summaries API accordingly. @KuechA
The text was updated successfully, but these errors were encountered: