PeterAlfreadLee opened a new pull request #83: COMPRESS-342 random access of 7z files URL: https://github.com/apache/commons-compress/pull/83 Expose random access for 7z files in SevenZFile. As files are compressed in `folder` in 7z specification, a `folder` may contain many files. A access to file N in a `folder` need to skip the previous 1...(N-1) files as they are compressed together in a folder. This may result in a performance problem.
---------------------------------------------------------------- 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] With regards, Apache Git Services
