mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-01 00:00:02 -04:00
No longer closes the stream. The wrapped stream will take care of that.
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ public final class BufferedImageInputStream extends ImageInputStreamImpl impleme
|
|||||||
@Override
|
@Override
|
||||||
public void close() throws IOException {
|
public void close() throws IOException {
|
||||||
if (mStream != null) {
|
if (mStream != null) {
|
||||||
mStream.close();
|
//mStream.close();
|
||||||
mStream = null;
|
mStream = null;
|
||||||
mBuffer = null;
|
mBuffer = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user