[
https://issues.apache.org/jira/browse/COMPRESS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17297133#comment-17297133
]
Peter Lee commented on COMPRESS-557:
------------------------------------
I was testing with LZ77 and I want to have several files compressed using
LZ77Compressor. I found that I have to use a new _LZ77Compressor_ class
instance __ every time when compressing a new file.
I was thinking that we could have a _reset()_ in LZ77Compressor so we can use
the same LZ77Compressor instance withing making a new one.
This may not be used for most of the time as LZ77 is used as a compressor now.
> Have some kind of reset() in LZ77Compressor
> -------------------------------------------
>
> Key: COMPRESS-557
> URL: https://issues.apache.org/jira/browse/COMPRESS-557
> Project: Commons Compress
> Issue Type: New Feature
> Reporter: Peter Lee
> Priority: Minor
>
> It would be useful if we have a _reset()_ in LZ77Compressor
--
This message was sent by Atlassian Jira
(v8.3.4#803005)