[
https://issues.apache.org/jira/browse/COMPRESS-342?focusedWorklogId=337709&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-337709
]
ASF GitHub Bot logged work on COMPRESS-342:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Nov/19 15:30
Start Date: 02/Nov/19 15:30
Worklog Time Spent: 10m
Work Description: bodewig commented on issue #83: COMPRESS-342 random
access of 7z files
URL: https://github.com/apache/commons-compress/pull/83#issuecomment-549054181
Hmm `buildDecodingStream` does a lot of the heavy lifiting you've been doing
yourself.
You could make your code work together with sequential access if you'd set
`currentFolderIndex` and `currentFolderInputStream` as well, or we may find a
way to parameterize `buildDecodingStream` and the new method would more or less
boil down to calling the augmented `buildDecodingStream` followed by
`getCurrentStream` (or rather a variant of it which wouldn't force you to set
`currentEntryIndex` as well).
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 337709)
Time Spent: 50m (was: 40m)
> random access of 7z files
> -------------------------
>
> Key: COMPRESS-342
> URL: https://issues.apache.org/jira/browse/COMPRESS-342
> Project: Commons Compress
> Issue Type: Sub-task
> Components: Archivers
> Reporter: Stefan Bodewig
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)