transform-swf icon indicating copy to clipboard operation
transform-swf copied to clipboard

Fix InputStream not closed when you open a file to this function

Open jujusharp opened this issue 11 years ago • 0 comments

If you Use ImageFactory.read(file), it will open a stream and won't close it, so here I add a new Method that you can pass your stream to read file and close it by yourself, or you can use this new read method, as it will close the stream while it finished it's word

jujusharp avatar Dec 05 '13 09:12 jujusharp