theobisproject opened a new pull request #97: URL: https://github.com/apache/commons-compress/pull/97
I wan't to use the NIO API more in my application and therefore would need some additional methods which support the NIO API. Found this already existent issue and thought this would be a good starting point. The first commit handles the internal migration to the Path object. The second adds additional information to the TarArchiveEntry. Before adding more functionality (e.g. symlinks) I would like to get some feedback for the error handling. Since the old File constructor didn't throw an exception the now delegating constructor also shouldn't throw an exception. But with NIO most file access operations are throwing one. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
