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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to