finalize
) subsequent to a call to this method is undefined. It is important for applications to call this method when they know they will no longer be using this ImageReader
. Otherwise, the reader may continue to hold on to resources indefinitely.
The default implementation of this method in the superclass does nothing. Subclass implementations should ensure that all resources, especially native resources, are released.
|
|