JaroslavTulach opened a new pull request #3148:
URL: https://github.com/apache/netbeans/pull/3148


   Certain environments are special and do not provide direct access to the 
filesystem. As such I cannot use `java.io.File`, `java.io.FileInputStream` & 
co. Yet processing `.hprof` files may be needed even in such environments. 
Let's provide an API to load an `.hprof` file content from a `ByteBuffer`. The 
other issue is `CachedDirectory` - it cannot be used either, as it is directly 
accessing the filesystem. As far as I can say the current code seems to be 
ready to work without `CachedDirectory`, this PR just provides a way to request 
cache-less mode via a new API method.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to