On Fri, 8 Aug 2025 19:48:31 GMT, Brent Christian <bchri...@openjdk.org> wrote:

> > > Can `MemoryCacheImageOutputStream` be included in this PR?
> > 
> > 
> > Why ? It has nothing to dispose.
> 
> Doesn't it have a `cache`, similar to `MemoryCacheImageInputStream ` ?
> 
> `public class MemoryCacheImageOutputStream extends ImageOutputStreamImpl {` ` 
> ....` ` private MemoryCache cache = new MemoryCache();`

That just wraps an ArrayList<byte[]> 
I was planning on later removing the disposer from the 
MemoryCacheImageInputStream

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26650#issuecomment-3169153045

Reply via email to