You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a client calls the reader's reset() method, the following exception is thrown
NullPointerException: Cannot invoke "javax.imageio.stream.ImageInputStream.getStreamPosition()" because "this.iis" is null
It is apparent that J2KImageReader.setInput() ignores the possibility that the input parameter may be null, as it will be when called by ImageReader.reset() (the base class).
The text was updated successfully, but these errors were encountered:
If a client calls the reader's
reset()
method, the following exception is thrownIt is apparent that
J2KImageReader.setInput()
ignores the possibility that theinput
parameter may benull
, as it will be when called byImageReader.reset()
(the base class).The text was updated successfully, but these errors were encountered: