Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
This is a trivial fix. There are two createOutputStreamInstance() methods in the ImageOutputStreamSpi class.
1. public ImageOutputStream createOutputStreamInstance(Object output)
2. public abstract ImageOutputStream createOutputStreamInstance(Object output, boolean useCache, File cacheDir)
If getUseCache is true, we should call the second method. otherwise, the first method will be called.
Same thing for the createInputStreamInstance() method.
Attachments
Attachments
Activity
Lang Yang
created issue -
Lang Yang
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | HARMONY-6609.diff [ 12451524 ] |
Mark Hindess
made changes -
Assignee | Mark Hindess [ hindessm ] |
Mark Hindess
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Lang Yang
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |