On Tue, 1 Apr 2025 07:22:57 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> Does the original specification imply a default decompressor is created, or >> is such a default decompressor simply used? > > Hello Chen, if you mean whether multiple instances of these streams can share > the same default decompressor, then no, they can't (and they don't). Each > creates its own instance of default decompressor/compressor. Is it impossible for another compliant implementation of Java SE to do so? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23655#discussion_r2022851311