com.sun.imageio.stream |
|
Java Source File Name | Type | Comment |
CloseableDisposerRecord.java | Class | Convenience class that closes a given resource (e.g. |
StreamCloser.java | Class | This class provide means to properly close hanging
image input/output streams on VM shutdown.
This might be useful for proper cleanup such as removal
of temporary files.
Addition of stream do not prevent it from being garbage collected
if no other references to it exists. |
StreamFinalizer.java | Class | Small class to assist in properly closing an ImageInputStream instance
prior to garbage collection. |