PeterAlfreadLee commented on issue #83: COMPRESS-342 random access of 7z files URL: https://github.com/apache/commons-compress/pull/83#issuecomment-549267909 Just pushed the code. I modified `buildDecodingStream` to a parameterized method. Some entries need to be skipped, and the code about skipping them have already been added to `buildDecodingStream`. Currently the `getInputStream` only called the `buildDecodingStream` followed by `getCurrentStream` , and `currentFolderIndex` & `currentEntryIndex` will be set in `getInputStream`. The random access using `getInputStream` can work together with sequential access now, and the corresponding testcases have already been added to `SevenZFileTest`.
---------------------------------------------------------------- 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
