On Fri, 24 Jan 2025 20:57:15 GMT, Eirik Bjørsnøs wrote:
> A tangential concern when allowing a custom deflater / inflater is to
> document the resposibility for resource management.
I've added a Javadoc blurb to that effect in 3807de16b70. Something similar
(once the verbiage is agreed upon) s
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater` argument supplied by the caller, `GZIPOutputStream` has
On Thu, 2 Jan 2025 18:26:16 GMT, Archie Cobbs wrote:
>> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is
>> logical because the GZIP encoding is based on ZLIB "deflate" encoding.
>>
>> However, while `DeflaterOutputStream` provides constructors that take a
>> custom `Defla
On Fri, 19 Jul 2024 15:16:01 GMT, Lance Andersen wrote:
>>> I understand the request here, but is there a current use case for needing
>>> a custom Deflater?
>>
>> I think the primary use case is when you want to set a non-default
>> compression level, e.g., "best" or "fast". This is a pretty
On Fri, 19 Jul 2024 15:16:01 GMT, Lance Andersen wrote:
>>> I understand the request here, but is there a current use case for needing
>>> a custom Deflater?
>>
>> I think the primary use case is when you want to set a non-default
>> compression level, e.g., "best" or "fast". This is a pretty
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater` argument supplied by the caller, `GZIPOutputStream` has
On Wed, 17 Jul 2024 21:07:23 GMT, Archie Cobbs wrote:
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater`
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater` argument supplied by the caller, `GZIPOutputStream` has
On Wed, 17 Jul 2024 21:07:23 GMT, Archie Cobbs wrote:
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater`
On Fri, 19 Jul 2024 14:07:07 GMT, Archie Cobbs wrote:
> > I understand the request here, but is there a current use case for needing
> > a custom Deflater?
>
> I think the primary use case is when you want to set a non-default
> compression level, e.g., "best" or "fast". This is a pretty norma
On Fri, 19 Jul 2024 10:41:05 GMT, Lance Andersen wrote:
> I understand the request here, but is there a current use case for needing a
> custom Deflater?
I think the primary use case is when you want to set a non-default compression
level, e.g., "best" or "fast". This is a pretty normal thing
On Wed, 17 Jul 2024 21:07:23 GMT, Archie Cobbs wrote:
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater`
On Wed, 17 Jul 2024 21:07:23 GMT, Archie Cobbs wrote:
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater`
On Wed, 17 Jul 2024 21:07:23 GMT, Archie Cobbs wrote:
> The class `GZIPOutputStream` extends `DeflaterOutputStream`, which is logical
> because the GZIP encoding is based on ZLIB "deflate" encoding.
>
> However, while `DeflaterOutputStream` provides constructors that take a
> custom `Deflater`
14 matches
Mail list logo